mirror of
https://codeberg.org/claui/mobile-config-firefox.git
synced 2025-02-22 10:21:44 +00:00
30 lines
655 B
JSON
30 lines
655 B
JSON
{
|
|
"policies": {
|
|
|
|
"DisableFirefoxScreenshots": true,
|
|
"DisableFirefoxStudies": true,
|
|
"DisableTelemetry": true,
|
|
"DisablePocket": true,
|
|
"NewTabPage": false,
|
|
"NoDefaultBookmarks": true,
|
|
"OverrideFirstRunPage": "",
|
|
"OverridePostUpdatePage": "",
|
|
|
|
"Homepage": {
|
|
"URL": "file:///usr/share/mobile-config-firefox/home.html",
|
|
"Locked": false,
|
|
"StartPage": "homepage"
|
|
},
|
|
|
|
"SearchEngines": {
|
|
"Default": "DuckDuckGo"
|
|
},
|
|
|
|
"UserMessaging": {
|
|
"WhatsNew": false,
|
|
"ExtensionRecommendations": false,
|
|
"FeatureRecommendations": false,
|
|
"UrlbarInterventions": false
|
|
}
|
|
}
|
|
}
|