mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-08-21 05:47:23 +02:00
Compare commits
No commits in common. "e4d223ab423b8d61f923b43bf0fb4775ae2f92eb" and "4a849a88113c270f3873bcc1f3ee2f76fc2d1bd5" have entirely different histories.
e4d223ab42
...
4a849a8811
@ -11,10 +11,7 @@ per whatever I am doing.
|
|||||||
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
||||||
|
|
||||||
- [WARNING TO LIBREWOLF USERS](#warning-to-librewolf-users)
|
- [WARNING TO LIBREWOLF USERS](#warning-to-librewolf-users)
|
||||||
- [Extensions](#extensions)
|
- [Privacy Badger](#privacy-badger)
|
||||||
- [Privacy Badger](#privacy-badger)
|
|
||||||
- [Search engines](#search-engines)
|
|
||||||
- [See also](#see-also)
|
|
||||||
|
|
||||||
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
|
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
|
||||||
|
|
||||||
@ -27,11 +24,7 @@ This file takes priority over
|
|||||||
`/usr/share/librewolf/distribution/policies.json` so don't apply this or
|
`/usr/share/librewolf/distribution/policies.json` so don't apply this or
|
||||||
a lot of LibreWolf specific customizations stops being in force.
|
a lot of LibreWolf specific customizations stops being in force.
|
||||||
|
|
||||||
## Extensions
|
## Privacy Badger
|
||||||
|
|
||||||
They are mostly self-explanatory.
|
|
||||||
|
|
||||||
### Privacy Badger
|
|
||||||
|
|
||||||
- `jid1-MnnxcxisBPnSXQ-eff@jetpack` - Downloaded directly from EFF.
|
- `jid1-MnnxcxisBPnSXQ-eff@jetpack` - Downloaded directly from EFF.
|
||||||
|
|
||||||
@ -42,14 +35,3 @@ 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
|
||||||
|
|
||||||
## Search engines
|
|
||||||
|
|
||||||
> Policy SearchEngines is only allowed on ESR.
|
|
||||||
|
|
||||||
Thus DuckDuckGo extension is installed by default so when testing this policy
|
|
||||||
I won't have to see Google.
|
|
||||||
|
|
||||||
## See also
|
|
||||||
|
|
||||||
- https://mozilla.github.io/policy-templates/
|
|
||||||
|
@ -21,55 +21,10 @@
|
|||||||
"Value": true
|
"Value": true
|
||||||
},
|
},
|
||||||
"ExtensionSettings": {
|
"ExtensionSettings": {
|
||||||
"addon@darkreader.org": {
|
|
||||||
"install_url": "https://addons.mozilla.org/firefox/downloads/latest/darkreader/latest.xpi",
|
|
||||||
"installation_mode": "normal_installed"
|
|
||||||
},
|
|
||||||
"jid1-MnnxcxisBPnSXQ-eff@jetpack": {
|
"jid1-MnnxcxisBPnSXQ-eff@jetpack": {
|
||||||
"install_url": "https://www.eff.org/files/privacy-badger-latest.xpi",
|
"install_url": "https://www.eff.org/files/privacy-badger-latest.xpi",
|
||||||
"installation_mode": "force_installed"
|
"installation_mode": "force_installed"
|
||||||
},
|
|
||||||
"jid1-ZAdIEUB7XOzOJw@jetpack": {
|
|
||||||
"install_url": "https://addons.mozilla.org/firefox/downloads/latest/duckduckgo-for-firefox/latest.xpi",
|
|
||||||
"installation_mode": "normal_installed"
|
|
||||||
},
|
|
||||||
"{3c078156-979c-498b-8990-85f7987dd929}": {
|
|
||||||
"install_url": "https://addons.mozilla.org/firefox/downloads/latest/sidebery/latest.xpi",
|
|
||||||
"installation_mode": "normal_installed"
|
|
||||||
},
|
|
||||||
"{446900e4-71c2-419f-a6a7-df9c091e268b}": {
|
|
||||||
"install_url": "https://addons.mozilla.org/firefox/downloads/latest/bitwarden-password-manager/latest.xpi",
|
|
||||||
"installation_mode": "normal_installed"
|
|
||||||
},
|
|
||||||
"{48748554-4c01-49e8-94af-79662bf34d50}": {
|
|
||||||
"install_url": "https://addons.mozilla.org/firefox/downloads/latest/privacy-pass/latest.xpi",
|
|
||||||
"installation_mode": "normal_installed"
|
|
||||||
},
|
|
||||||
"{6a65273e-2b26-40f5-b66e-8eed317307da}": {
|
|
||||||
"install_url": "https://addons.mozilla.org/firefox/downloads/latest/new-tab-suspender/latest.xpi",
|
|
||||||
"installation_mode": "normal_installed"
|
|
||||||
},
|
|
||||||
"{b11bea1f-a888-4332-8d8a-cec2be7d24b9}": {
|
|
||||||
"install_url": "https://addons.mozilla.org/firefox/downloads/latest/torproject-snowflake/latest.xpi",
|
|
||||||
"installation_mode": "normal_installed"
|
|
||||||
}
|
}
|
||||||
},
|
}
|
||||||
"FirefoxHome": {
|
|
||||||
"Highlights": false,
|
|
||||||
"Locked": false,
|
|
||||||
"Pocket": false,
|
|
||||||
"Search": true,
|
|
||||||
"Snippets": false,
|
|
||||||
"SponsoredPocket": false,
|
|
||||||
"SponsoredTopSites": false,
|
|
||||||
"TopSites": false
|
|
||||||
},
|
|
||||||
"FirefoxSuggest": {
|
|
||||||
"ImproveSuggest": false,
|
|
||||||
"Locked": false,
|
|
||||||
"SponsoredSuggestions": false,
|
|
||||||
"WebSuggestions": false
|
|
||||||
},
|
|
||||||
"SearchSuggestEnabled": false
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -8,7 +8,6 @@
|
|||||||
|
|
||||||
- [`aminda-extensions.json`](#aminda-extensionsjson)
|
- [`aminda-extensions.json`](#aminda-extensionsjson)
|
||||||
- [Silk - Privacy Pass Client for the browser](#silk---privacy-pass-client-for-the-browser)
|
- [Silk - Privacy Pass Client for the browser](#silk---privacy-pass-client-for-the-browser)
|
||||||
- [DuckDuckGo Privacy Essentials](#duckduckgo-privacy-essentials)
|
|
||||||
- [Dark Reader](#dark-reader)
|
- [Dark Reader](#dark-reader)
|
||||||
- [Privacy Manager](#privacy-manager)
|
- [Privacy Manager](#privacy-manager)
|
||||||
- [Fedora User Agent](#fedora-user-agent)
|
- [Fedora User Agent](#fedora-user-agent)
|
||||||
@ -45,12 +44,6 @@ uninstallation.
|
|||||||
Silk or Privacy Pass has a chance of decreasing the amount of captchas
|
Silk or Privacy Pass has a chance of decreasing the amount of captchas
|
||||||
especially from Cloudflare when "suspicious" traffic is detected.
|
especially from Cloudflare when "suspicious" traffic is detected.
|
||||||
|
|
||||||
### DuckDuckGo Privacy Essentials
|
|
||||||
|
|
||||||
- `bkdgflcldnnnapblkhphbgpggdiikppg`
|
|
||||||
|
|
||||||
Installed by default so Google won't be the default search engine.
|
|
||||||
|
|
||||||
### Dark Reader
|
### Dark Reader
|
||||||
|
|
||||||
- `eimadpbcbfnmbkopoojfekhnkhdbieeh`
|
- `eimadpbcbfnmbkopoojfekhnkhdbieeh`
|
||||||
|
@ -10,12 +10,6 @@
|
|||||||
},
|
},
|
||||||
"ExtensionSettings": {
|
"ExtensionSettings": {
|
||||||
"ajhmfdgkijocedmfjonnpjfojldioehi": {
|
"ajhmfdgkijocedmfjonnpjfojldioehi": {
|
||||||
"installation_mode": "normal_installed",
|
|
||||||
"override_update_url": true,
|
|
||||||
"toolbar_pin": "default_unpinned",
|
|
||||||
"update_url": "https://clients2.google.com/service/update2/crx"
|
|
||||||
},
|
|
||||||
"bkdgflcldnnnapblkhphbgpggdiikppg": {
|
|
||||||
"installation_mode": "normal_installed",
|
"installation_mode": "normal_installed",
|
||||||
"override_update_url": true,
|
"override_update_url": true,
|
||||||
"toolbar_pin": "force_pinned",
|
"toolbar_pin": "force_pinned",
|
||||||
@ -42,7 +36,7 @@
|
|||||||
"mafpmfcccpbjnhfhjnllmmalhifmlcie": {
|
"mafpmfcccpbjnhfhjnllmmalhifmlcie": {
|
||||||
"installation_mode": "normal_installed",
|
"installation_mode": "normal_installed",
|
||||||
"override_update_url": true,
|
"override_update_url": true,
|
||||||
"toolbar_pin": "default_unpinned",
|
"toolbar_pin": "force_pinned",
|
||||||
"update_url": "https://clients2.google.com/service/update2/crx"
|
"update_url": "https://clients2.google.com/service/update2/crx"
|
||||||
},
|
},
|
||||||
"nngceckbapebfimnlniiiahkandclblb": {
|
"nngceckbapebfimnlniiiahkandclblb": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user