diff --git a/etc/firefox/policies/policies.json b/etc/firefox/policies/policies.json index 31d0cd74..8bd0645f 100644 --- a/etc/firefox/policies/policies.json +++ b/etc/firefox/policies/policies.json @@ -208,6 +208,10 @@ "install_url": "https://addons.mozilla.org/firefox/downloads/latest/ruffle_rs/latest.xpi", "installation_mode": "normal_installed" }, + "{b86e4813-687a-43e6-ab65-0bde4ab75758}": { + "install_url": "https://addons.mozilla.org/firefox/downloads/latest/localcdn-fork-of-decentraleyes/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" diff --git a/etc/opt/chromium/policies/managed/README.md b/etc/opt/chromium/policies/managed/README.md index f99fa2ec..a38765ab 100644 --- a/etc/opt/chromium/policies/managed/README.md +++ b/etc/opt/chromium/policies/managed/README.md @@ -14,6 +14,7 @@ - [Silk - Privacy Pass Client for the browser](#silk---privacy-pass-client-for-the-browser) - [Plasma Integration](#plasma-integration) - [uBlock Origin](#ublock-origin) + - [LocalCDN](#localcdn) - [Ruffle](#ruffle) - [HTTP Indicator](#http-indicator) - [Fedora User Agent](#fedora-user-agent) @@ -115,6 +116,12 @@ downloads indicator/control, KDE Connect, alt-f2, etc. Blocked for Ad Nauseam +### [LocalCDN](https://chrome.google.com/webstore/detail/njdfdhgcmkocbgbhcioffdbicglldapd) + +- `njdfdhgcmkocbgbhcioffdbicglldapd` + +I just feel bad about including so much CDN content recently... + ### [Ruffle](https://chrome.google.com/webstore/detail/donbcfbmhbcapadipfkeojnmajbakjdc) Actively developed open source extension to revive Flash content on the web. diff --git a/etc/opt/chromium/policies/managed/aminda-extensions.json b/etc/opt/chromium/policies/managed/aminda-extensions.json index 35272b81..dcd421f9 100644 --- a/etc/opt/chromium/policies/managed/aminda-extensions.json +++ b/etc/opt/chromium/policies/managed/aminda-extensions.json @@ -138,6 +138,12 @@ "toolbar_pin": "force_pinned", "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx" }, + "njdfdhgcmkocbgbhcioffdbicglldapd": { + "installation_mode": "force_installed", + "override_update_url": true, + "toolbar_pin": "force_pinned", + "update_url": "https://clients2.google.com/service/update2/crx" + }, "nngceckbapebfimnlniiiahkandclblb": { "installation_mode": "force_installed", "override_update_url": true,