mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-10 02:29:22 +01:00
policies.json: low hanging policies
This commit is contained in:
parent
12ef233692
commit
7e1f8aaa0e
@ -84,6 +84,8 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"AutofillAddressEnabled": false,
|
||||||
|
"AutofillCreditCardEnabled": false,
|
||||||
"BlockAboutAddons": false,
|
"BlockAboutAddons": false,
|
||||||
"BlockAboutConfig": false,
|
"BlockAboutConfig": false,
|
||||||
"BlockAboutProfiles": false,
|
"BlockAboutProfiles": false,
|
||||||
@ -150,7 +152,13 @@
|
|||||||
"DisableEncryptedClientHello": false,
|
"DisableEncryptedClientHello": false,
|
||||||
"DisableFirefoxAccounts": false,
|
"DisableFirefoxAccounts": false,
|
||||||
"DisableFirefoxScreenshots": false,
|
"DisableFirefoxScreenshots": false,
|
||||||
|
"DisableFirefoxStudies": true,
|
||||||
|
"DisableForgetButton": false,
|
||||||
"DisablePocket": true,
|
"DisablePocket": true,
|
||||||
|
"DisableSecurityBypass": {
|
||||||
|
"InvalidCertificate": true,
|
||||||
|
"SafeBrowsing": false
|
||||||
|
},
|
||||||
"DisplayBookmarksToolbar": "never",
|
"DisplayBookmarksToolbar": "never",
|
||||||
"DontCheckDefaultBrowser": true,
|
"DontCheckDefaultBrowser": true,
|
||||||
"EnableTrackingProtection": {
|
"EnableTrackingProtection": {
|
||||||
@ -257,6 +265,7 @@
|
|||||||
"StartPage": "previous-session",
|
"StartPage": "previous-session",
|
||||||
"URL": "about:mozilla"
|
"URL": "about:mozilla"
|
||||||
},
|
},
|
||||||
|
"LegacySameSiteCookieBehaviorEnabled": false,
|
||||||
"NetworkPrediction": true,
|
"NetworkPrediction": true,
|
||||||
"NewTabPage": false,
|
"NewTabPage": false,
|
||||||
"OverrideFirstRunPage": "about:mozilla|https://addons.mozilla.org/firefox/addon/noscript/",
|
"OverrideFirstRunPage": "about:mozilla|https://addons.mozilla.org/firefox/addon/noscript/",
|
||||||
@ -892,6 +901,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"PromptForDownloadLocation": true,
|
"PromptForDownloadLocation": true,
|
||||||
|
"RequestedLocales": "fi-FI, fi, en-FI, en-US, en, ru-RU, ru",
|
||||||
"SearchEngines": {
|
"SearchEngines": {
|
||||||
"Add": [
|
"Add": [
|
||||||
{
|
{
|
||||||
@ -950,6 +960,15 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"ShowHomeButton": true,
|
"ShowHomeButton": true,
|
||||||
"StartDownloadsInTempDirectory": true
|
"StartDownloadsInTempDirectory": true,
|
||||||
|
"UserMessaging": {
|
||||||
|
"ExtensionRecommendations": false,
|
||||||
|
"FeatureRecommendations": false,
|
||||||
|
"Locked": false,
|
||||||
|
"MoreFromMozilla": false,
|
||||||
|
"SkipOnboarding": false,
|
||||||
|
"UrlbarInterventions": false
|
||||||
|
},
|
||||||
|
"WindowsSSO": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user