diff --git a/etc/opt/chromium/policies/managed/README.md b/etc/opt/chromium/policies/managed/README.md index 66fbe15b..0c1bbe08 100644 --- a/etc/opt/chromium/policies/managed/README.md +++ b/etc/opt/chromium/policies/managed/README.md @@ -7,9 +7,11 @@ - [`aminda-extensions.json`](#aminda-extensionsjson) + - [Silk - Privacy Pass Client for the browser](#silk---privacy-pass-client-for-the-browser) - [Dark Reader](#dark-reader) - [Privacy Manager](#privacy-manager) - [Fedora User Agent](#fedora-user-agent) + - [Snowflake](#snowflake) - [Bitwarden](#bitwarden) - [Privacy Badger](#privacy-badger) - [`disable-floc.json`](#disable-flocjson) @@ -35,6 +37,13 @@ to overlap with someone else. Changing `normal_installed` to `force_installed` would also prevent uninstallation. +### Silk - Privacy Pass Client for the browser + +- `ajhmfdgkijocedmfjonnpjfojldioehi` + +Silk or Privacy Pass has a chance of decreasing the amount of captchas +especially from Cloudflare when "suspicious" traffic is detected. + ### Dark Reader - `eimadpbcbfnmbkopoojfekhnkhdbieeh` @@ -55,6 +64,12 @@ incognito is disabled (which again is not great idea for quick guest access?) Communicates websites that Ubuntu isn't the only Linux distribution and makes some offer rpm packages directly. +### Snowflake + +- `mafpmfcccpbjnhfhjnllmmalhifmlcie` + +Helps bridge traffic to Tor by looking like WebRTC call. + ### Bitwarden - `nngceckbapebfimnlniiiahkandclblb` diff --git a/etc/opt/chromium/policies/managed/aminda-extensions.json b/etc/opt/chromium/policies/managed/aminda-extensions.json index 11fcd6ac..61782f5d 100644 --- a/etc/opt/chromium/policies/managed/aminda-extensions.json +++ b/etc/opt/chromium/policies/managed/aminda-extensions.json @@ -9,6 +9,12 @@ } }, "ExtensionSettings": { + "ajhmfdgkijocedmfjonnpjfojldioehi": { + "installation_mode": "normal_installed", + "override_update_url": true, + "toolbar_pin": "force_pinned", + "update_url": "https://clients2.google.com/service/update2/crx" + }, "eimadpbcbfnmbkopoojfekhnkhdbieeh": { "installation_mode": "normal_installed", "override_update_url": true, @@ -27,6 +33,12 @@ "toolbar_pin": "default_unpinned", "update_url": "https://clients2.google.com/service/update2/crx" }, + "mafpmfcccpbjnhfhjnllmmalhifmlcie": { + "installation_mode": "normal_installed", + "override_update_url": true, + "toolbar_pin": "force_pinned", + "update_url": "https://clients2.google.com/service/update2/crx" + }, "nngceckbapebfimnlniiiahkandclblb": { "installation_mode": "normal_installed", "override_update_url": true,