From: Michael Kaply Date: Mon, 9 Apr 2018 15:23:12 +0000 (-0500) Subject: Rename AcceptThirdParty enums X-Git-Tag: 0.9~11^2~4 X-Git-Url: https://git.p6c8.net/policy-templates.git/commitdiff_plain/8a394f33ab020a980a653bf79eeacb7c3599f9ab?hp=--cc Rename AcceptThirdParty enums --- 8a394f33ab020a980a653bf79eeacb7c3599f9ab 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 */ } diff --git a/windows/firefox.admx b/windows/firefox.admx index 8324911..a18a28f 100644 --- a/windows/firefox.admx +++ b/windows/firefox.admx @@ -159,12 +159,12 @@ - all + always - none + never