X-Git-Url: https://git.p6c8.net/policy-templates.git/blobdiff_plain/974ec233d227302f98c1a7696cc342afe7719b08..8a394f33ab020a980a653bf79eeacb7c3599f9ab:/README.md diff --git a/README.md b/README.md index a769b73..f73e478 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ This policy controls various settings related to cookies. "Allow": ["http://example.org/"], /* Domains where cookies are always allowed */ "Block": ["http://example.edu/"], /* Domains where cookies are always blocked */ "Default": [true|false], /* This sets the default value for "Accept cookies from websites" */ - "AcceptThirdParty": ["all", "none", "from-visited"], /* This sets the default value for "Accept third-party cookies" */ + "AcceptThirdParty": ["always", "never", "from-visited"], /* This sets the default value for "Accept third-party cookies" */ "ExpireAtSessionEnd": [true|false], /* This determines when cookies expire */ "Locked": [true|false] /* If this is true, cookies preferences can't be changed */ }