Update 'config/distribution/policies.json'

️ Removed AppUpdateURL (overwrite the existing one in mozilla.cfg)
️ Removed Cookies 'true' value (overwrite the existing one in mozilla.cfg)
This commit is contained in:
quindecim 2019-09-02 10:04:45 -04:00
parent 0e18822393
commit 4128fbae83
1 changed files with 0 additions and 3 deletions

View File

@ -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
},