forked from d3cim/mozilla.cfg
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:
parent
0e18822393
commit
4128fbae83
|
@ -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
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue