firefox/policies.json

126 lines
4.7 KiB
JSON
Raw Normal View History

2022-07-12 16:06:41 +02:00
{
2022-08-08 12:12:26 +02:00
"__COMMENT__ More Information": "https://github.com/mozilla/policy-templates/blob/master/README.md",
"policies": {
2022-08-08 12:12:26 +02:00
"DisplayMenuBar": true,
"DontCheckDefaultBrowser": true,
"Cookies": {
"AcceptThirdParty": "never",
"Default": true,
"ExpireAtSessionEnd": true,
"RejectTracker": true
},
2022-12-21 23:10:47 +01:00
"RequestedLocales": ["de", "en-US"],
2022-08-08 12:12:26 +02:00
"DisableFormHistory": true,
"PromptForDownloadLocation": true,
"FirefoxHome": {
"Search": false,
"TopSites": false,
"SponsoredTopSites": false,
"Highlights": false,
"Pocket": false,
"SponsoredPocket": false,
"Snippets": false,
"Locked": true
},
"ExtensionUpdate": true,
"Proxy": {
"AutoLogin": false,
"Locked": false,
"HTTPProxy": "localhost:3128",
"Mode": "none",
"SOCKSVersion": 4,
"UseHTTPProxyForAllProtocols": true,
"UseProxyForDNS": true
},
"SanitizeOnShutdown": true,
"Homepage": {
"StartPage": "homepage",
2022-12-20 17:45:58 +01:00
"URL": "http://localhost:5000"
2022-08-08 12:12:26 +02:00
},
"DisplayBookmarksToolbar": true,
"Preferences": {
"browser.urlbar.suggest.bookmark": true,
"browser.urlbar.suggest.history": false,
"browser.urlbar.suggest.openpage": false,
"extensions.pocket.enabled": false,
"extensions.getAddons.showPane": false,
"places.history.enabled": false,
"security.ssl.errorReporting.enabled": false
},
"SearchBar": "separate",
"AppUpdateURL": "https://localhost",
"DisableAppUpdate": true,
"OverrideFirstRunPage": "",
"OverridePostUpdatePage": "",
"DisableSystemAddonUpdate": true,
"DisableProfileImport": false,
"DisableFirefoxStudies": true,
"DisableTelemetry": true,
"DisableFeedbackCommands": true,
"DisablePocket": true,
"DisableSetDesktopBackground": false,
"DisableDeveloperTools": false,
"DNSOverHTTPS": {
"Enabled": false,
"ProviderURL": "",
"Locked": false
},
"NoDefaultBookmarks": true,
"WebsiteFilter": {
"Block": [
"https://localhost/*"
],
"Exceptions": [
"https://localhost/*"
]
},
"Extensions": {
"Install": [
2022-12-21 23:17:58 +01:00
"https://addons.mozilla.org/firefox/downloads/file/4044367/deutsch_de_language_pack-latest.xpi",
2022-12-21 23:37:49 +01:00
"https://addons.mozilla.org/firefox/downloads/file/3998783/floccus-latest.xpi",
2022-08-08 16:33:05 +02:00
"https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi",
2022-08-08 12:12:26 +02:00
"https://addons.mozilla.org/firefox/downloads/latest/video-downloadhelper/latest.xpi",
"https://addons.mozilla.org/firefox/downloads/latest/nextcloud-passwords/latest.xpi",
"https://addons.mozilla.org/firefox/downloads/file/3968561/darkreader-latest.xpi",
"https://addons.mozilla.org/firefox/downloads/file/4035245/istilldontcareaboutcookies-latest.xpi"
2022-08-08 12:12:26 +02:00
],
"Uninstall": [
"google@search.mozilla.org",
"bing@search.mozilla.org",
"amazondotcom@search.mozilla.org",
"ebay@search.mozilla.org",
"twitter@search.mozilla.org"
]
2022-08-08 16:08:40 +02:00
},
2022-08-08 16:46:07 +02:00
"__COMMENT__ More Information": "SearchEngines policy is only available on the ESR - https://github.com/mozilla/policy-templates/blob/master/README.md#searchengines-this-policy-is-only-available-on-the-esr",
2022-08-08 12:12:26 +02:00
"SearchEngines": {
"PreventInstalls": false,
"Remove": [
"Google",
"Bing",
"Amazon.com",
"eBay",
"Twitter"
],
2022-12-21 22:30:25 +01:00
"Default": "Whoogle localhost",
2022-08-08 12:12:26 +02:00
"Add": [
2022-12-20 17:45:58 +01:00
{
"Name": "Whoogle localhost",
"Description": "https://github.com/benbusby/whoogle-search",
2022-12-21 23:32:57 +01:00
"Alias": "@w",
2022-12-20 17:45:58 +01:00
"Method": "POST",
2022-12-21 10:40:58 +01:00
"URLTemplate": "http://localhost:5000/search?q={searchTerms}",
2022-12-20 17:45:58 +01:00
"PostData": "q={searchTerms}"
},
2022-08-08 12:12:26 +02:00
{
"Name": "StartPage",
2022-12-21 23:35:06 +01:00
"Description": "StartPage",
"Alias": "@s",
2022-08-08 12:12:26 +02:00
"Method": "GET",
2022-12-21 23:35:06 +01:00
"URLTemplate": "https://www.startpage.com/sp/search?query={searchTerms}"
2022-08-08 12:12:26 +02:00
}
]
2022-08-08 16:08:40 +02:00
}
}
2022-07-12 16:06:41 +02:00
}