From 4128fbae83b072c3d14510cdb0fbbfba07e855c7 Mon Sep 17 00:00:00 2001 From: quindecim Date: Mon, 2 Sep 2019 10:04:45 -0400 Subject: [PATCH] Update 'config/distribution/policies.json' MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ⛔️ Removed AppUpdateURL (overwrite the existing one in mozilla.cfg) ⛔️ Removed Cookies 'true' value (overwrite the existing one in mozilla.cfg) --- config/distribution/policies.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/config/distribution/policies.json b/config/distribution/policies.json index 6fa8e98..0bfd5f4 100644 --- a/config/distribution/policies.json +++ b/config/distribution/policies.json @@ -1,8 +1,6 @@ { "policies": { - "AppUpdateURL": "https://aus5.mozilla.org/update/6/%PRODUCT%/%VERSION%/%BUILD_ID%/%BUILD_TARGET%/%CHANNEL%/%OS_VERSION%/%SYSTEM_CAPABILITIES%/%DISTRIBUTION%/%DISTRIBUTION_VERSION%/update.xml", - "Bookmarks": [ { "Title": "RESTART", @@ -57,7 +55,6 @@ "Cookies": { "Allow": ["http://example.org/"], "Block": ["http://example.edu/"], - "Default": true, "ExpireAtSessionEnd": false, "Locked": false },