mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 03:09:22 +01:00
firefox: switch to AMO version of Privacy Badger
This commit is contained in:
parent
afe50117fe
commit
b60bc9f1b8
@ -15,6 +15,7 @@ per whatever I am doing.
|
||||
- [WARNING TO LIBREWOLF USERS](#warning-to-librewolf-users)
|
||||
- [Extensions](#extensions)
|
||||
- [Privacy Badger](#privacy-badger)
|
||||
- [Duplicate](#duplicate)
|
||||
- [Search engines](#search-engines)
|
||||
- [Useful looking things for the future](#useful-looking-things-for-the-future)
|
||||
- [Certificate installations](#certificate-installations)
|
||||
@ -48,6 +49,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
|
||||
|
||||
#### Duplicate
|
||||
|
||||
```diff
|
||||
- "jid1-MnnxcxisBPnSXQ-eff@jetpack": {
|
||||
- "install_url": "https://www.eff.org/files/privacy-badger-latest.xpi",
|
||||
+ "jid1-MnnxcxisBPnSXQ@jetpack": {
|
||||
+ "install_url": "https://addons.mozilla.org/firefox/downloads/latest/privacy-badger17/latest.xpi",
|
||||
```
|
||||
|
||||
The EFF.org version won't sync and if you sync with unmanaged computer, you
|
||||
will have two PrivacyBadgers. Congratulations?
|
||||
|
||||
## Search engines
|
||||
|
||||
> Policy SearchEngines is only allowed on ESR.
|
||||
|
@ -41,7 +41,7 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"jid1-MnnxcxisBPnSXQ-eff@jetpack": {
|
||||
"jid1-MnnxcxisBPnSXQ@jetpack": {
|
||||
"checkForDNTPolicy": true,
|
||||
"disabledSites": [
|
||||
"app.element.io",
|
||||
@ -139,7 +139,11 @@
|
||||
"installation_mode": "normal_installed"
|
||||
},
|
||||
"jid1-MnnxcxisBPnSXQ-eff@jetpack": {
|
||||
"install_url": "https://www.eff.org/files/privacy-badger-latest.xpi",
|
||||
"blocked_install_message": "Kaksoiskappale samasta lisäosasta.",
|
||||
"installation_mode": "blocked"
|
||||
},
|
||||
"jid1-MnnxcxisBPnSXQ@jetpack": {
|
||||
"install_url": "https://addons.mozilla.org/firefox/downloads/latest/privacy-badger17/latest.xpi",
|
||||
"installation_mode": "force_installed"
|
||||
},
|
||||
"peertube-companion@booteille": {
|
||||
|
Loading…
Reference in New Issue
Block a user