diff --git a/etc/firefox/policies/policies.json b/etc/firefox/policies/policies.json index 6454dfb5..64871214 100644 --- a/etc/firefox/policies/policies.json +++ b/etc/firefox/policies/policies.json @@ -57,6 +57,10 @@ "{b11bea1f-a888-4332-8d8a-cec2be7d24b9}": { "install_url": "https://addons.mozilla.org/firefox/downloads/latest/torproject-snowflake/latest.xpi", "installation_mode": "normal_installed" + }, + "{cb31ec5d-c49a-4e5a-b240-16c767444f62}": { + "install_url": "https://addons.mozilla.org/firefox/downloads/latest/indie-wiki-buddy/latest.xpi", + "installation_mode": "normal_installed" } }, "FirefoxHome": { diff --git a/etc/opt/chromium/policies/managed/README.md b/etc/opt/chromium/policies/managed/README.md index ed313995..99a291a9 100644 --- a/etc/opt/chromium/policies/managed/README.md +++ b/etc/opt/chromium/policies/managed/README.md @@ -13,6 +13,7 @@ - [DuckDuckGo Privacy Essentials](#duckduckgo-privacy-essentials) - [NoScript](#noscript) - [Dark Reader](#dark-reader) + - [Indiewiki Buddy](#indiewiki-buddy) - [Privacy Manager](#privacy-manager) - [Fedora User Agent](#fedora-user-agent) - [Snowflake](#snowflake) @@ -73,6 +74,16 @@ other people. As playing around with these policies and constantly removing the profile directory doesn't help my migraine. +### Indiewiki Buddy + +- `fkagelmloambgokoeokbpihmgpkbgbfm` + +I am spoilt by how nice Breezewiki is to use and wikis existing outside of +Fandom is good to be reminded about occassionally. And I just happened to stay +in not so hardened Chromium for a bit due to hardened Firefox being too much +for my task and there is no reason occassionally needed Chromium shouldn't be +tolerable for a few minutes. + ### Privacy Manager - `giccehglhacakcfemddmfhdkahamfcmd` diff --git a/etc/opt/chromium/policies/managed/aminda-extensions.json b/etc/opt/chromium/policies/managed/aminda-extensions.json index f71ff47c..322d8710 100644 --- a/etc/opt/chromium/policies/managed/aminda-extensions.json +++ b/etc/opt/chromium/policies/managed/aminda-extensions.json @@ -33,6 +33,12 @@ "toolbar_pin": "force_pinned", "update_url": "https://clients2.google.com/service/update2/crx" }, + "fkagelmloambgokoeokbpihmgpkbgbfm": { + "installation_mode": "normal_installed", + "override_update_url": true, + "toolbar_pin": "default_unpinned", + "update_url": "https://clients2.google.com/service/update2/crx" + }, "giccehglhacakcfemddmfhdkahamfcmd": { "installation_mode": "normal_installed", "override_update_url": true,