From 111db50d11fdb11036d354799b71894ecf83dc35 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Tue, 25 Jun 2024 10:28:05 +0300 Subject: [PATCH] firefox: force install multi-account-containers & temporary containers && install igplus, regretsreporter The first makes the second a lot easier and both are force installed to increase the effort to unload them thus reducing my temptation to do that. IGPlus I use personally and the two are to possibly help with family against addictive practices mega-some-corporations participate in. --- etc/firefox/policies/policies.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/etc/firefox/policies/policies.json b/etc/firefox/policies/policies.json index 8c836915..22f61fb1 100644 --- a/etc/firefox/policies/policies.json +++ b/etc/firefox/policies/policies.json @@ -136,6 +136,10 @@ "install_url": "https://addons.mozilla.org/firefox/downloads/latest/facebook-container/latest.xpi", "installation_mode": "force_installed" }, + "@testpilot-containers": { + "install_url": "https://addons.mozilla.org/firefox/downloads/latest/multi-account-container/latest.xpi", + "installation_mode": "force_installed" + }, "jid1-MnnxcxisBPnSXQ@jetpack": { "install_url": "https://addons.mozilla.org/firefox/downloads/latest/privacy-badger17/latest.xpi", "installation_mode": "force_installed" @@ -148,6 +152,10 @@ "install_url": "https://addons.mozilla.org/firefox/downloads/latest/plasma-integration/latest.xpi", "installation_mode": "force_installed" }, + "regrets-reporter@mozillafoundation.org": { + "install_url": "https://addons.mozilla.org/firefox/downloads/latest/regretsreporter/latest.xpi", + "installation_mode": "normal_installed" + }, "uBOLite@raymondhill.net": { "install_url": "https://addons.mozilla.org/firefox/downloads/latest/ublock-origin-lite/latest.xpi", "installation_mode": "normal_installed" @@ -168,10 +176,18 @@ "install_url": "https://addons.mozilla.org/firefox/downloads/latest/privacy-pass/latest.xpi", "installation_mode": "force_installed" }, + "{8e41107d-2be2-454d-b4b8-c3d7e54d77de}": { + "install_url": "https://addons.mozilla.org/firefox/downloads/latest/igplus-extension/latest.xpi", + "installation_mode": "normal_installed" + }, "{b11bea1f-a888-4332-8d8a-cec2be7d24b9}": { "install_url": "https://addons.mozilla.org/firefox/downloads/latest/torproject-snowflake/latest.xpi", "installation_mode": "normal_installed" }, + "{c607c8df-14a7-4f28-894f-29e8722976af}": { + "install_url": "https://addons.mozilla.org/firefox/downloads/latest/temporary-containers/latest.xpi", + "installation_mode": "force_installed" + }, "{d04b0b40-3dab-4f0b-97a6-04ec3eddbfb0}": { "install_url": "https://addons.mozilla.org/firefox/downloads/latest/ecosia-the-green-search/latest.xpi", "installation_mode": "normal_installed"