mirror of
https://gitea.blesmrt.net/mikaela/gist.git
synced 2025-08-20 05:17:22 +02:00
Compare commits
2 Commits
fc775b0b01
...
8f82431283
Author | SHA1 | Date | |
---|---|---|---|
8f82431283 | |||
226aa20b51 |
@ -1 +1 @@
|
||||
Subproject commit 7bc785144607d708d200ee621185b168854aeb11
|
||||
Subproject commit 0f76dfe3ced76ad94d208ffb77ac4cbe6f3b3831
|
@ -1 +1 @@
|
||||
Subproject commit de5a2c456f774426215359c76a6e00f04515b031
|
||||
Subproject commit ace0ea11575525dc58b5c8b54ddfa0cfaf82ca3e
|
@ -1 +1 @@
|
||||
Subproject commit 4192567b807dbac781ae5a8d54292c329c8a9d8d
|
||||
Subproject commit f2e8b866651b4f68ae3233782658e3fb04c70ce2
|
3
web-browsers/.gitignore
vendored
Normal file
3
web-browsers/.gitignore
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
chromium
|
||||
firefox
|
||||
init-browser-policies.bash
|
42
web-browsers/README.md
Normal file
42
web-browsers/README.md
Normal file
@ -0,0 +1,42 @@
|
||||
# Web browser managed policy configuration
|
||||
|
||||
_For actual configuration, refer to the shell-things repo which is submoduled
|
||||
and symlinked in this directory for reference._
|
||||
|
||||
<!-- 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 -->
|
||||
|
||||
- [Abandoned ideas](#abandoned-ideas)
|
||||
- [AdNauseam managed policy](#adnauseam-managed-policy)
|
||||
|
||||
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
|
||||
|
||||
<!-- prettier-ignore-end -->
|
||||
<!-- editorconfig-checker-enable -->
|
||||
|
||||
## 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.
|
||||
|
||||
```json
|
||||
{
|
||||
"policies": {
|
||||
"3rdparty": {
|
||||
"Extensions": {
|
||||
"adnauseam@rednoise.org": {
|
||||
"advancedSettings": [["filterAuthorMode", "true"]]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
```
|
1
web-browsers/chromium
Symbolic link
1
web-browsers/chromium
Symbolic link
@ -0,0 +1 @@
|
||||
../submodules/shell-things/etc/opt/chromium
|
1
web-browsers/firefox
Symbolic link
1
web-browsers/firefox
Symbolic link
@ -0,0 +1 @@
|
||||
../submodules/shell-things/etc/firefox
|
1
web-browsers/init-browser-policies.bash
Symbolic link
1
web-browsers/init-browser-policies.bash
Symbolic link
@ -0,0 +1 @@
|
||||
../submodules/shell-things/etc/init-browser-policies.bash
|
Loading…
x
Reference in New Issue
Block a user