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)
- [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

View File

@ -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"
}
}
}