Compare commits

...

2 Commits

View File

@ -84,6 +84,8 @@
}
}
},
"AutofillAddressEnabled": false,
"AutofillCreditCardEnabled": false,
"BlockAboutAddons": false,
"BlockAboutConfig": false,
"BlockAboutProfiles": false,
@ -150,7 +152,13 @@
"DisableEncryptedClientHello": false,
"DisableFirefoxAccounts": false,
"DisableFirefoxScreenshots": false,
"DisableFirefoxStudies": true,
"DisableForgetButton": false,
"DisablePocket": true,
"DisableSecurityBypass": {
"InvalidCertificate": true,
"SafeBrowsing": false
},
"DisplayBookmarksToolbar": "never",
"DontCheckDefaultBrowser": true,
"EnableTrackingProtection": {
@ -257,6 +265,7 @@
"StartPage": "previous-session",
"URL": "about:mozilla"
},
"LegacySameSiteCookieBehaviorEnabled": false,
"NetworkPrediction": true,
"NewTabPage": false,
"OverrideFirstRunPage": "about:mozilla|https://addons.mozilla.org/firefox/addon/noscript/",
@ -457,6 +466,11 @@
"Type": "boolean",
"Value": true
},
"dom.private-attribution.submission.enabled": {
"Status": "locked",
"Type": "boolean",
"Value": false
},
"dom.security.https_only_mode": {
"Status": "locked",
"Type": "boolean",
@ -892,6 +906,7 @@
}
},
"PromptForDownloadLocation": true,
"RequestedLocales": "fi-FI, fi, en-FI, en-US, en, ru-RU, ru",
"SearchEngines": {
"Add": [
{
@ -950,6 +965,15 @@
}
},
"ShowHomeButton": true,
"StartDownloadsInTempDirectory": true
"StartDownloadsInTempDirectory": true,
"UserMessaging": {
"ExtensionRecommendations": false,
"FeatureRecommendations": false,
"Locked": false,
"MoreFromMozilla": false,
"SkipOnboarding": false,
"UrlbarInterventions": false
},
"WindowsSSO": true
}
}