From 2c661dde96c36d32311bcaa15118f968649e8cd5 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Fri, 28 Feb 2025 19:46:46 +0200 Subject: [PATCH] {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. --- etc/firefox/policies/policies.json | 6 +++++- etc/opt/chromium/policies/managed/aminda-extensions.json | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/etc/firefox/policies/policies.json b/etc/firefox/policies/policies.json index 117a90b9..6d71bc73 100644 --- a/etc/firefox/policies/policies.json +++ b/etc/firefox/policies/policies.json @@ -50,13 +50,17 @@ }, "uBlock0@raymondhill.net": { "advancedSettings": [ + [ + "filterAuthorMode", + "true" + ], [ "trustedListPrefixes", "-" ], [ "uiPopupConfig", - "+captions" + "+captions +logger" ] ], "toAdd": { diff --git a/etc/opt/chromium/policies/managed/aminda-extensions.json b/etc/opt/chromium/policies/managed/aminda-extensions.json index a0944e10..222e51f8 100644 --- a/etc/opt/chromium/policies/managed/aminda-extensions.json +++ b/etc/opt/chromium/policies/managed/aminda-extensions.json @@ -9,13 +9,17 @@ }, "cjpalhdlnbpafiamejdnhcphjbkeiagm": { "advancedSettings": [ + [ + "filterAuthorMode", + "true" + ], [ "trustedListPrefixes", "-" ], [ "uiPopupConfig", - "+captions" + "+captions +logger" ] ], "toAdd": {