mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-05 00:59:22 +01:00
43 lines
1.3 KiB
Markdown
43 lines
1.3 KiB
Markdown
# Firefox `policies.json`
|
|
|
|
The file is pretty self-explanatory, but I prefer Chromium way of handling
|
|
enterprise policies since it allows me to cut them to multiple different files
|
|
per whatever I am doing.
|
|
|
|
<!-- editorconfig-checker-disable -->
|
|
<!-- prettier-ignore-start -->
|
|
|
|
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
|
|
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
|
|
|
- [WARNING TO LIBREWOLF USERS](#warning-to-librewolf-users)
|
|
- [Privacy Badger](#privacy-badger)
|
|
- [See also](#see-also)
|
|
|
|
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
|
|
|
|
<!-- prettier-ignore-end -->
|
|
<!-- editorconfig-checker-enable -->
|
|
|
|
## WARNING TO LIBREWOLF USERS
|
|
|
|
This file takes priority over
|
|
`/usr/share/librewolf/distribution/policies.json` so don't apply this or
|
|
a lot of LibreWolf specific customizations stops being in force.
|
|
|
|
## Privacy Badger
|
|
|
|
- `jid1-MnnxcxisBPnSXQ-eff@jetpack` - Downloaded directly from EFF.
|
|
|
|
Configured to learn locally and also in incognito as opposed to only relying
|
|
on vendor list. Also not display the "Welcome to Privacy Badger screen".
|
|
|
|
See also:
|
|
|
|
- https://github.com/EFForg/privacybadger/blob/master/doc/admin-deployment.md
|
|
- https://github.com/EFForg/privacybadger/blob/master/src/data/schema.json
|
|
|
|
## See also
|
|
|
|
- https://mozilla.github.io/policy-templates/
|