update policies (uBlock & download button)

This commit is contained in:
partisan 2024-12-11 22:11:31 +01:00
parent 0b44140463
commit 8bf2c08e79
2 changed files with 47 additions and 10 deletions

View file

@ -4,10 +4,49 @@ o: /distribution/policies.json
+{ +{
+ "__COMMENT__ More Information": "https://github.com/mozilla/policy-templates/blob/master/README.md", + "__COMMENT__ More Information": "https://github.com/mozilla/policy-templates/blob/master/README.md",
+ "policies": { + "policies": {
+ "AppUpdateURL": "https://localhost",
+ "DisableAppUpdate": true, + "DisableAppUpdate": true,
+ "OverrideFirstRunPage": "",
+ "OverridePostUpdatePage": "",
+ "DisableSystemAddonUpdate": true,
+ "DisableProfileImport": false,
+ "DisableFirefoxStudies": true,
+ "DisableTelemetry": 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": { + "SearchEngines": {
+ "Default": "QGato", + "PreventInstalls": false,
+ "Remove": [
+ "Google",
+ "Bing",
+ "Amazon.com",
+ "eBay",
+ "Twitter"
+ ],
+ "Add": [ + "Add": [
+ { + {
+ "Name": "QGato", + "Name": "QGato",
@ -17,14 +56,11 @@ o: /distribution/policies.json
+ "SuggestURLTemplate": "https://qgato.xyz/suggestions?q={searchTerms}", + "SuggestURLTemplate": "https://qgato.xyz/suggestions?q={searchTerms}",
+ "IconURL": "https://qgato.xyz/static/images/icon.png" + "IconURL": "https://qgato.xyz/static/images/icon.png"
+ } + }
+ ],
+ "Remove": [
+ "Google",
+ "Bing",
+ "Amazon.com",
+ "eBay",
+ "Twitter"
+ ] + ]
+ },
+ "SupportMenu": {
+ "Title": "Spitfire Issue Tracker",
+ "URL": "https://weforge.xyz/Spitfire/Browser/issues"
+ } + }
+ } + }
+} +}

View file

@ -5,3 +5,4 @@ o:/browser/app/profile/firefox.js
+pref("identity.fxaccounts.enabled", false); // Disable Firefox Account integration (removes "Sign in to Sync" and "Sync and save data") +pref("identity.fxaccounts.enabled", false); // Disable Firefox Account integration (removes "Sign in to Sync" and "Sync and save data")
+pref("browser.tabs.tabmanager.enabled", false); // Disable "List all tabs" button +pref("browser.tabs.tabmanager.enabled", false); // Disable "List all tabs" button
+pref("browser.tabs.firefox-view", false); // Remove "View recent browsing" (Firefox View button) +pref("browser.tabs.firefox-view", false); // Remove "View recent browsing" (Firefox View button)
+ pref("browser.download.autohideButton", false); // Show download button always