mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-02-16 21:40:45 +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)
|
- [WARNING TO LIBREWOLF USERS](#warning-to-librewolf-users)
|
||||||
- [Extensions](#extensions)
|
- [Extensions](#extensions)
|
||||||
- [Privacy Badger](#privacy-badger)
|
- [Privacy Badger](#privacy-badger)
|
||||||
|
- [Duplicate](#duplicate)
|
||||||
- [Search engines](#search-engines)
|
- [Search engines](#search-engines)
|
||||||
- [Useful looking things for the future](#useful-looking-things-for-the-future)
|
- [Useful looking things for the future](#useful-looking-things-for-the-future)
|
||||||
- [Certificate installations](#certificate-installations)
|
- [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/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
|
||||||
|
|
||||||
|
#### 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
|
## Search engines
|
||||||
|
|
||||||
> Policy SearchEngines is only allowed on ESR.
|
> Policy SearchEngines is only allowed on ESR.
|
||||||
|
@ -41,7 +41,7 @@
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"jid1-MnnxcxisBPnSXQ-eff@jetpack": {
|
"jid1-MnnxcxisBPnSXQ@jetpack": {
|
||||||
"checkForDNTPolicy": true,
|
"checkForDNTPolicy": true,
|
||||||
"disabledSites": [
|
"disabledSites": [
|
||||||
"app.element.io",
|
"app.element.io",
|
||||||
@ -139,7 +139,11 @@
|
|||||||
"installation_mode": "normal_installed"
|
"installation_mode": "normal_installed"
|
||||||
},
|
},
|
||||||
"jid1-MnnxcxisBPnSXQ-eff@jetpack": {
|
"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"
|
"installation_mode": "force_installed"
|
||||||
},
|
},
|
||||||
"peertube-companion@booteille": {
|
"peertube-companion@booteille": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user