t: new o: /distribution/policies.json +{ + "__COMMENT__ More Information": "https://github.com/mozilla/policy-templates/blob/master/README.md", + "policies": { + "AppUpdateURL": "https://localhost", + "DisableAppUpdate": true, + "OverrideFirstRunPage": "", + "OverridePostUpdatePage": "", + "DisableSystemAddonUpdate": true, + "DisableProfileImport": false, + "DisableFirefoxStudies": true, + "DisableTelemetry": true, + "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" + ], + "DefaultState": "hidden", + "Uninstall": [ + "google@search.mozilla.org", + "bing@search.mozilla.org", + "amazondotcom@search.mozilla.org", + "ebay@search.mozilla.org", + "twitter@search.mozilla.org" + ] + }, + "SearchEngines": { + "PreventInstalls": false, + "Remove": [ + "Google", + "Bing", + "Amazon.com", + "eBay", + "Twitter" + ], + "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" + } + ] + }, + "SupportMenu": { + "Title": "Spitfire Issue Tracker", + "URL": "https://weforge.xyz/Spitfire/Browser/issues" + } + } +}