diff options
| author | Yuchen Pei <id@ypei.org> | 2023-08-12 10:25:22 +1000 | 
|---|---|---|
| committer | Yuchen Pei <id@ypei.org> | 2023-08-12 10:25:22 +1000 | 
| commit | 1d921fda00b6fa81199fef057f60f57ec8c34f91 (patch) | |
| tree | 73a91c1c993e41e5ea6af678e6701bd539f6bebc /firefox | |
| parent | df7db1301e3a820aeadf0c9af1f956389a3bd5b1 (diff) | |
Extensions and search engines in firefox policies change
- Captive portal: same value as userjs
- ExpireAtSessionEnd: deprecated.
- Removed some search engine extensions
- Added some useful extensions
Diffstat (limited to 'firefox')
| -rw-r--r-- | firefox/policies.json | 35 | 
1 files changed, 34 insertions, 1 deletions
| diff --git a/firefox/policies.json b/firefox/policies.json index 9715aa8..ed4d5d3 100644 --- a/firefox/policies.json +++ b/firefox/policies.json @@ -1,8 +1,8 @@  {    "policies": { +    "CaptivePortal": false,      "Cookies": {        "Behavior": "reject-tracker-and-partition-foreign", -      "ExpireAtSessionEnd": true,        "Locked": false      },      "DisableFirefoxStudies": true, @@ -15,13 +15,44 @@        "Fingerprinting": true      },      "ExtensionSettings": { +      "{e4a8a97b-f2ed-450b-b12d-ee082ba24781}": { +        "installation_mode": "normal_installed", +        "install_url": "https://addons.mozilla.org/en-US/firefox/downloads/latest/greasemonkey/latest.xpi" +      }, +      "amazon@search.mozilla.org": { +        "installation_mode": "blocked" +      }, +      "bing@search.mozilla.org": { +        "installation_mode": "blocked" +      }, +      "ebay@search.mozilla.org": { +        "installation_mode": "blocked" +      }, +      "firefox-compact-dark@mozilla.org": { +        "installation_mode": "blocked" +      }, +      "google@search.mozilla.org": { +        "installation_mode": "blocked" +      },        "jid1-KtlZuoiikVfFew@jetpack": {          "installation_mode": "normal_installed",          "install_url": "https://addons.mozilla.org/firefox/downloads/latest/librejs/latest.xpi"        }, +      "redirector@einaregilsson.com": { +        "installation_mode": "normal_installed", +        "install_url": "https://addons.mozilla.org/firefox/downloads/latest/redirector/latest.xpi" +      }, +      "rudolf.fernandes@gmail.com": { +        "installation_mode": "normal_installed", +        "install_url": "https://addons.mozilla.org/firefox/downloads/latest/rudolf-fernandes/latest.xpi" +      },        "uBlock0@raymondhill.net": {          "installation_mode": "normal_installed",          "install_url": "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin/latest.xpi" +      }, +      "vim-vixen@i-beam.org": { +        "installation_mode": "normal_installed", +        "install_url": "https://addons.mozilla.org/firefox/downloads/latest/vim-vixen/latest.xpi"        }      },      "FirefoxHome": { @@ -58,7 +89,9 @@          }        ],        "Remove": [ +        "Amazon.co.uk",          "Amazon.com.au", +        "Amazon",          "eBay",          "Bing",          "Google", | 
