From 8a394f33ab020a980a653bf79eeacb7c3599f9ab Mon Sep 17 00:00:00 2001 From: Michael Kaply Date: Mon, 9 Apr 2018 10:23:12 -0500 Subject: [PATCH] Rename AcceptThirdParty enums --- README.md | 2 +- windows/firefox.admx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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 -- 2.34.1