mirror of
https://gitea.blesmrt.net/mikaela/gist.git
synced 2024-11-01 07:59:22 +01:00
.. | ||
.gitignore | ||
chromium | ||
firefox | ||
init-browser-policies.bash | ||
README.md |
Web browser managed policy configuration
For actual configuration, refer to the shell-things repo which is submoduled and symlinked in this directory for reference.
Abandoned ideas
AdNauseam managed policy
This breaks pre-commit
hook
pretty-format-json
which I value above this feature and
besides I am not actually using this setting and lazily just
enabling/disabling JavaScript per-domain-I-am-on when I need it.
This snipped is from Firefox, but the principle applies to Chromium.
{
"policies": {
"3rdparty": {
"Extensions": {
"adnauseam@rednoise.org": {
"advancedSettings": [["filterAuthorMode", "true"]]
}
}
}
}
}