diff --git a/etc/firefox/policies/policies.json b/etc/firefox/policies/policies.json index b856b5c7..8c324281 100644 --- a/etc/firefox/policies/policies.json +++ b/etc/firefox/policies/policies.json @@ -89,7 +89,7 @@ "installation_mode": "force_installed" }, "ipvfoobar@napr.eu": { - "install_url": "https://addons.mozilla.org/firefox/downloads/latest//ipvfoobar/latest.xpi", + "install_url": "https://addons.mozilla.org/firefox/downloads/latest/ipvfoobar/latest.xpi", "installation_mode": "normal_installed" }, "jid1-MnnxcxisBPnSXQ-eff@jetpack": { @@ -129,6 +129,10 @@ "install_url": "https://addons.mozilla.org/firefox/downloads/latest/new-tab-suspender/latest.xpi", "installation_mode": "force_installed" }, + "{6a911b41-b1ee-4d0f-b23b-890229bff0ec}": { + "install_url": "https://addons.mozilla.org/firefox/downloads/latest/http-indicator/latest.xpi", + "installation_mode": "normal_installed" + }, "{759dbb01-b646-4327-bf9e-69ca2543ef8d}": { "install_url": "https://addons.mozilla.org/firefox/downloads/latest/opendyslexic-for-firefox/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 fd54919e..66085b75 100644 --- a/etc/opt/chromium/policies/managed/README.md +++ b/etc/opt/chromium/policies/managed/README.md @@ -11,6 +11,7 @@ - [`aminda-extensions.json`](#aminda-extensionsjson) - [Silk - Privacy Pass Client for the browser](#silk---privacy-pass-client-for-the-browser) - [uBlock Origin](#ublock-origin) + - [HTTP Indicator](#http-indicator) - [Fedora User Agent](#fedora-user-agent) - [IPvFooBar](#ipvfoobar) - [AdNauseam](#adnauseam) @@ -76,6 +77,12 @@ To intentionally trigger it and what should be allowed in NoScript: Blocked for Ad Nauseam +### [HTTP Indicator](https://chromewebstore.google.com/detail/http-indicator/hgcomhbcacfkpffiphlmnlhpppcjgmbl) + +- `hgcomhbcacfkpffiphlmnlhpppcjgmbl` + +Displays whether a web page was loaded over HTTP/2 or HTTP/3 etc. + ### [Fedora User Agent](https://chrome.google.com/webstore/detail/hojggiaghnldpcknpbciehjcaoafceil) - `hojggiaghnldpcknpbciehjcaoafceil` diff --git a/etc/opt/chromium/policies/managed/aminda-extensions.json b/etc/opt/chromium/policies/managed/aminda-extensions.json index 1c6af35e..7e0d6a6a 100644 --- a/etc/opt/chromium/policies/managed/aminda-extensions.json +++ b/etc/opt/chromium/policies/managed/aminda-extensions.json @@ -76,6 +76,12 @@ "blocked_install_message": "uBlock Origin on integroitu AdNauseamiin, joka on forkki siitä.", "installation_mode": "blocked" }, + "hgcomhbcacfkpffiphlmnlhpppcjgmbl": { + "installation_mode": "normal_installed", + "override_update_url": true, + "toolbar_pin": "force_pinned", + "update_url": "https://clients2.google.com/service/update2/crx" + }, "hojggiaghnldpcknpbciehjcaoafceil": { "installation_mode": "normal_installed", "override_update_url": true,