2024-12-11 16:41:49 +01:00
|
|
|
t: new
|
|
|
|
o: /distribution/policies.json
|
|
|
|
|
|
|
|
+{
|
|
|
|
+ "__COMMENT__ More Information": "https://github.com/mozilla/policy-templates/blob/master/README.md",
|
|
|
|
+ "policies": {
|
2024-12-11 22:11:31 +01:00
|
|
|
+ "AppUpdateURL": "https://localhost",
|
2024-12-11 16:41:49 +01:00
|
|
|
+ "DisableAppUpdate": true,
|
2024-12-11 22:11:31 +01:00
|
|
|
+ "OverrideFirstRunPage": "",
|
|
|
|
+ "OverridePostUpdatePage": "",
|
|
|
|
+ "DisableSystemAddonUpdate": true,
|
|
|
|
+ "DisableProfileImport": false,
|
|
|
|
+ "DisableFirefoxStudies": true,
|
2024-12-11 16:41:49 +01:00
|
|
|
+ "DisableTelemetry": true,
|
2024-12-11 22:11:31 +01:00
|
|
|
+ "DisableFeedbackCommands": true,
|
|
|
|
+ "DisablePocket": true,
|
|
|
|
+ "DisableSetDesktopBackground": false,
|
|
|
|
+ "DisableDeveloperTools": false,
|
|
|
|
+ "NoDefaultBookmarks": true,
|
|
|
|
+ "WebsiteFilter": {
|
|
|
|
+ "Block": [
|
|
|
|
+ "https://localhost/*"
|
|
|
|
+ ],
|
|
|
|
+ "Exceptions": [
|
|
|
|
+ "https://localhost/*"
|
|
|
|
+ ]
|
|
|
|
+ },
|
|
|
|
+ "Extensions": {
|
|
|
|
+ "Install": [
|
|
|
|
+ "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi"
|
|
|
|
+ ],
|
|
|
|
+ "Uninstall": [
|
|
|
|
+ "google@search.mozilla.org",
|
|
|
|
+ "bing@search.mozilla.org",
|
|
|
|
+ "amazondotcom@search.mozilla.org",
|
|
|
|
+ "ebay@search.mozilla.org",
|
|
|
|
+ "twitter@search.mozilla.org"
|
|
|
|
+ ]
|
|
|
|
+ },
|
2024-12-11 16:41:49 +01:00
|
|
|
+ "SearchEngines": {
|
2024-12-11 22:11:31 +01:00
|
|
|
+ "PreventInstalls": false,
|
2024-12-14 18:33:13 +01:00
|
|
|
+ "Remove": [
|
|
|
|
+ "Google",
|
|
|
|
+ "Bing",
|
|
|
|
+ "Amazon.com",
|
|
|
|
+ "DuckDuckGo",
|
|
|
|
+ "eBay",
|
|
|
|
+ "Twitter",
|
|
|
|
+ "wikipedia@search.mozilla.org"
|
|
|
|
+ ],
|
2024-12-11 16:41:49 +01:00
|
|
|
+ "Add": [
|
|
|
|
+ {
|
|
|
|
+ "Name": "QGato",
|
|
|
|
+ "Description": "QGato Search Engine",
|
|
|
|
+ "Method": "GET",
|
|
|
|
+ "URLTemplate": "https://qgato.xyz/search?q={searchTerms}",
|
|
|
|
+ "SuggestURLTemplate": "https://qgato.xyz/suggestions?q={searchTerms}",
|
|
|
|
+ "IconURL": "https://qgato.xyz/static/images/icon.png"
|
|
|
|
+ }
|
2024-12-12 15:20:28 +01:00
|
|
|
+ ],
|
2024-12-14 18:33:13 +01:00
|
|
|
+ "Default": "QGato"
|
2024-12-11 22:11:31 +01:00
|
|
|
+ },
|
|
|
|
+ "SupportMenu": {
|
|
|
|
+ "Title": "Spitfire Issue Tracker",
|
|
|
|
+ "URL": "https://weforge.xyz/Spitfire/Browser/issues"
|
2024-12-11 16:41:49 +01:00
|
|
|
+ }
|
|
|
|
+ }
|
2024-12-11 22:11:31 +01:00
|
|
|
+}
|