From e1eae5dd485560b9a87559c0823940b6e4373bc6 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Wed, 31 Jan 2024 14:28:14 +0200 Subject: [PATCH] chromium policies: throw in Dark Reader and Bitwarden --- etc/opt/chromium/policies/managed/README.md | 14 ++++++++++++++ .../policies/managed/aminda-extensions.json | 14 +++++++++++++- 2 files changed, 27 insertions(+), 1 deletion(-) diff --git a/etc/opt/chromium/policies/managed/README.md b/etc/opt/chromium/policies/managed/README.md index 702b83ce..c921ebca 100644 --- a/etc/opt/chromium/policies/managed/README.md +++ b/etc/opt/chromium/policies/managed/README.md @@ -8,6 +8,8 @@ - [`aminda-extensions.json`](#aminda-extensionsjson) - [Privacy Badger](#privacy-badger) + - [Dark Reader](#dark-reader) + - [Bitwarden](#bitwarden) - [Fedora User Agent](#fedora-user-agent) - [`dns0.json`](#dns0json) - [`https-everywhere.json`](#https-everywherejson) @@ -38,6 +40,18 @@ See also: - https://github.com/EFForg/privacybadger/blob/master/doc/admin-deployment.md - https://github.com/EFForg/privacybadger/blob/master/src/data/schema.json +### Dark Reader + +- `eimadpbcbfnmbkopoojfekhnkhdbieeh` + +As playing around with these policies and constantly removing the profile directory doesn't help my migraine. + +### Bitwarden + +- `nngceckbapebfimnlniiiahkandclblb` + +The password manager of my choice. + ### Fedora User Agent Communicates websites that Ubuntu isn't the only Linux distribution and makes diff --git a/etc/opt/chromium/policies/managed/aminda-extensions.json b/etc/opt/chromium/policies/managed/aminda-extensions.json index 10f828cb..3f05c0d0 100644 --- a/etc/opt/chromium/policies/managed/aminda-extensions.json +++ b/etc/opt/chromium/policies/managed/aminda-extensions.json @@ -9,16 +9,28 @@ } }, "ExtensionSettings": { + "eimadpbcbfnmbkopoojfekhnkhdbieeh": { + "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, "update_url": "https://clients2.google.com/service/update2/crx" }, - "pkehgijcmpdhfbdbbnkijodmdjhbjlgp": { + "nngceckbapebfimnlniiiahkandclblb": { "installation_mode": "normal_installed", "override_update_url": true, "toolbar_pin": "force_pinned", "update_url": "https://clients2.google.com/service/update2/crx" + }, + "pkehgijcmpdhfbdbbnkijodmdjhbjlgp": { + "installation_mode": "force_installed", + "override_update_url": true, + "toolbar_pin": "force_pinned", + "update_url": "https://clients2.google.com/service/update2/crx" } } }