forked from d3cim/mozilla.cfg
Update 'config/distribution/policies.json'
✅ reEnabled System Add-on updates
This commit is contained in:
parent
f52132693b
commit
68d6c18352
|
@ -40,7 +40,7 @@
|
||||||
"SafeBrowsing": true
|
"SafeBrowsing": true
|
||||||
},
|
},
|
||||||
|
|
||||||
"DisableSystemAddonUpdate": true,
|
"DisableSystemAddonUpdate": false,
|
||||||
|
|
||||||
"DisableTelemetry": true,
|
"DisableTelemetry": true,
|
||||||
|
|
||||||
|
@ -57,6 +57,8 @@
|
||||||
"Locked": ["addon_id@mozilla.org"]
|
"Locked": ["addon_id@mozilla.org"]
|
||||||
},
|
},
|
||||||
|
|
||||||
|
"ExtensionUpdate": true,
|
||||||
|
|
||||||
"FlashPlugin": {
|
"FlashPlugin": {
|
||||||
"Allow": ["http://example.org/"],
|
"Allow": ["http://example.org/"],
|
||||||
"Block": ["http://example.edu/"],
|
"Block": ["http://example.edu/"],
|
||||||
|
|
Loading…
Reference in New Issue