forked from d3cim/mozilla.cfg
Update 'config/distribution/policies.json'
✅ Enabled SanitizeOnShutdown (All) (clear all data on shutdown, including Browsing & Download History, Cookies, Active Logins, Cache, Form & Search History, Site Preferences and Offline Website Data) ⛔️ Disabled FormHistory (turn off saving information on web forms and the search bar) ⛔️ Disabled SafeMode (disable safe mode within the browser) ⛔️ Disabled NewTabPage (disable the New Tab page) ℹ️ Set to keep cookies until you close FF
This commit is contained in:
parent
476853f4e1
commit
5da9f284ce
|
@ -10,7 +10,7 @@
|
||||||
"Cookies": {
|
"Cookies": {
|
||||||
"Allow": ["http://example.org/"],
|
"Allow": ["http://example.org/"],
|
||||||
"Block": ["http://example.edu/"],
|
"Block": ["http://example.edu/"],
|
||||||
"ExpireAtSessionEnd": false,
|
"ExpireAtSessionEnd": true,
|
||||||
"Locked": false
|
"Locked": false
|
||||||
},
|
},
|
||||||
|
|
||||||
|
@ -28,12 +28,16 @@
|
||||||
|
|
||||||
"DisablePasswordReveal": true,
|
"DisablePasswordReveal": true,
|
||||||
|
|
||||||
|
"DisableFormHistory": true,
|
||||||
|
|
||||||
"DisablePocket": true,
|
"DisablePocket": true,
|
||||||
|
|
||||||
"DisableProfileImport": true,
|
"DisableProfileImport": true,
|
||||||
|
|
||||||
"DisableProfileRefresh": true,
|
"DisableProfileRefresh": true,
|
||||||
|
|
||||||
|
"DisableSafeMode": true,
|
||||||
|
|
||||||
"DisableSecurityBypass": {
|
"DisableSecurityBypass": {
|
||||||
"InvalidCertificate": true,
|
"InvalidCertificate": true,
|
||||||
"SafeBrowsing": true
|
"SafeBrowsing": true
|
||||||
|
@ -62,7 +66,7 @@
|
||||||
"Allow": ["http://example.org/"],
|
"Allow": ["http://example.org/"],
|
||||||
"Block": ["http://example.edu/"],
|
"Block": ["http://example.edu/"],
|
||||||
"Default": false,
|
"Default": false,
|
||||||
"Locked": false
|
"Locked": true
|
||||||
},
|
},
|
||||||
|
|
||||||
"FirefoxHome": {
|
"FirefoxHome": {
|
||||||
|
@ -76,13 +80,14 @@
|
||||||
|
|
||||||
"Homepage": {
|
"Homepage": {
|
||||||
"URL": "about:blank",
|
"URL": "about:blank",
|
||||||
"Locked": true
|
"Locked": true,
|
||||||
|
"StartPage": "none"
|
||||||
},
|
},
|
||||||
|
|
||||||
"NewTabPage": false,
|
|
||||||
|
|
||||||
"NetworkPrediction": false,
|
"NetworkPrediction": false,
|
||||||
|
|
||||||
|
"NewTabPage": false,
|
||||||
|
|
||||||
"NoDefaultBookmarks": true,
|
"NoDefaultBookmarks": true,
|
||||||
|
|
||||||
"OfferToSaveLogins": false,
|
"OfferToSaveLogins": false,
|
||||||
|
@ -129,6 +134,8 @@
|
||||||
"Locked": true
|
"Locked": true
|
||||||
},
|
},
|
||||||
|
|
||||||
|
"SanitizeOnShutdown": true,
|
||||||
|
|
||||||
"SearchEngines": {
|
"SearchEngines": {
|
||||||
"PreventInstalls": false,
|
"PreventInstalls": false,
|
||||||
"Remove": ["Bing", "Google", "Twitter", "Amazon.com", "eBay"]
|
"Remove": ["Bing", "Google", "Twitter", "Amazon.com", "eBay"]
|
||||||
|
|
Loading…
Reference in New Issue