{chromium,firefox}#uBo: enable filterAuthorMode and logger

I know I am not supposed to use it as it overrides lists and instead gray/noop is better, but I really want to allow some traffic regardless of what my lists say.
This commit is contained in:
Aminda Suomalainen 2025-02-28 19:46:46 +02:00
parent 3209b5fe9b
commit 2c661dde96
Signed by: Mikaela
GPG Key ID: 99392F62BAE30723
2 changed files with 10 additions and 2 deletions

View File

@ -50,13 +50,17 @@
}, },
"uBlock0@raymondhill.net": { "uBlock0@raymondhill.net": {
"advancedSettings": [ "advancedSettings": [
[
"filterAuthorMode",
"true"
],
[ [
"trustedListPrefixes", "trustedListPrefixes",
"-" "-"
], ],
[ [
"uiPopupConfig", "uiPopupConfig",
"+captions" "+captions +logger"
] ]
], ],
"toAdd": { "toAdd": {

View File

@ -9,13 +9,17 @@
}, },
"cjpalhdlnbpafiamejdnhcphjbkeiagm": { "cjpalhdlnbpafiamejdnhcphjbkeiagm": {
"advancedSettings": [ "advancedSettings": [
[
"filterAuthorMode",
"true"
],
[ [
"trustedListPrefixes", "trustedListPrefixes",
"-" "-"
], ],
[ [
"uiPopupConfig", "uiPopupConfig",
"+captions" "+captions +logger"
] ]
], ],
"toAdd": { "toAdd": {