diff --git a/etc/firefox/policies/policies.json b/etc/firefox/policies/policies.json index ca22ed5e..9f70335f 100644 --- a/etc/firefox/policies/policies.json +++ b/etc/firefox/policies/policies.json @@ -26,6 +26,10 @@ "install_url": "https://addons.mozilla.org/firefox/downloads/latest/darkreader/latest.xpi", "installation_mode": "normal_installed" }, + "adnauseam@rednoise.org": { + "install_url": "https://addons.mozilla.org/firefox/downloads/latest/adnauseam/latest.xpi", + "installation_mode": "normal_installed" + }, "jid0-3GUEt1r69sQNSrca5p8kx9Ezc3U@jetpack": { "install_url": "https://addons.mozilla.org/firefox/downloads/latest/terms-of-service-didnt-read/latest.xpi", "installation_mode": "normal_installed" diff --git a/etc/opt/chromium/policies/managed/README.md b/etc/opt/chromium/policies/managed/README.md index fc7e8a0f..8a7671b1 100644 --- a/etc/opt/chromium/policies/managed/README.md +++ b/etc/opt/chromium/policies/managed/README.md @@ -18,6 +18,7 @@ - [Terms of Service; Didn't Read](#terms-of-service-didnt-read) - [Fedora User Agent](#fedora-user-agent) - [Snowflake](#snowflake) + - [AdNauseam](#adnauseam) - [Bitwarden](#bitwarden) - [Privacy Badger](#privacy-badger) - [TODO/Inconsistencies](#todoinconsistencies) @@ -118,6 +119,14 @@ some offer rpm packages directly. Helps bridge traffic to Tor by looking like WebRTC call. +### [AdNauseam](https://microsoftedge.microsoft.com/addons/detail/adnauseam/mlojlfildnehdpnlmpkeiiglhhkofhpb) + +- `mlojlfildnehdpnlmpkeiiglhhkofhpb` + +Complementing PrivacyBadger with an adblocker so first profile runs have at +least something to block Malvertising now that I no longer enable NoScript out +of the box. + ### [Bitwarden](https://chrome.google.com/webstore/detail/nngceckbapebfimnlniiiahkandclblb) - `nngceckbapebfimnlniiiahkandclblb` diff --git a/etc/opt/chromium/policies/managed/aminda-extensions.json b/etc/opt/chromium/policies/managed/aminda-extensions.json index ff728beb..29686299 100644 --- a/etc/opt/chromium/policies/managed/aminda-extensions.json +++ b/etc/opt/chromium/policies/managed/aminda-extensions.json @@ -65,6 +65,12 @@ "toolbar_pin": "force_pinned", "update_url": "https://clients2.google.com/service/update2/crx" }, + "mlojlfildnehdpnlmpkeiiglhhkofhpb": { + "installation_mode": "normal_installed", + "override_update_url": true, + "toolbar_pin": "force_pinned", + "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx" + }, "nngceckbapebfimnlniiiahkandclblb": { "installation_mode": "normal_installed", "override_update_url": true,