chromium policies: throw in Dark Reader and Bitwarden

This commit is contained in:
Aminda Suomalainen 2024-01-31 14:28:14 +02:00
parent 7cb754def8
commit e1eae5dd48
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
2 changed files with 27 additions and 1 deletions

View File

@ -8,6 +8,8 @@
- [`aminda-extensions.json`](#aminda-extensionsjson) - [`aminda-extensions.json`](#aminda-extensionsjson)
- [Privacy Badger](#privacy-badger) - [Privacy Badger](#privacy-badger)
- [Dark Reader](#dark-reader)
- [Bitwarden](#bitwarden)
- [Fedora User Agent](#fedora-user-agent) - [Fedora User Agent](#fedora-user-agent)
- [`dns0.json`](#dns0json) - [`dns0.json`](#dns0json)
- [`https-everywhere.json`](#https-everywherejson) - [`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/doc/admin-deployment.md
- https://github.com/EFForg/privacybadger/blob/master/src/data/schema.json - 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 ### Fedora User Agent
Communicates websites that Ubuntu isn't the only Linux distribution and makes Communicates websites that Ubuntu isn't the only Linux distribution and makes

View File

@ -9,16 +9,28 @@
} }
}, },
"ExtensionSettings": { "ExtensionSettings": {
"eimadpbcbfnmbkopoojfekhnkhdbieeh": {
"installation_mode": "normal_installed",
"override_update_url": true,
"toolbar_pin": "force_pinned",
"update_url": "https://clients2.google.com/service/update2/crx"
},
"hojggiaghnldpcknpbciehjcaoafceil": { "hojggiaghnldpcknpbciehjcaoafceil": {
"installation_mode": "normal_installed", "installation_mode": "normal_installed",
"override_update_url": true, "override_update_url": true,
"update_url": "https://clients2.google.com/service/update2/crx" "update_url": "https://clients2.google.com/service/update2/crx"
}, },
"pkehgijcmpdhfbdbbnkijodmdjhbjlgp": { "nngceckbapebfimnlniiiahkandclblb": {
"installation_mode": "normal_installed", "installation_mode": "normal_installed",
"override_update_url": true, "override_update_url": true,
"toolbar_pin": "force_pinned", "toolbar_pin": "force_pinned",
"update_url": "https://clients2.google.com/service/update2/crx" "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"
} }
} }
} }