From fb7e36433055c020e34944047b1cb684fe48d367 Mon Sep 17 00:00:00 2001 From: yokoffing <11689349+yokoffing@users.noreply.github.com> Date: Mon, 1 Jun 2026 13:48:31 -0400 Subject: [PATCH] Updated Common Overrides (markdown) --- Common-Overrides.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Common-Overrides.md b/Common-Overrides.md index d44dbde..e513bf6 100644 --- a/Common-Overrides.md +++ b/Common-Overrides.md @@ -42,7 +42,7 @@ If you were to add a `-` to `fpp`, it would disable the protection in Normal Bro ```javascript // PREF: make Strict ETP less aggressive -user_pref("browser.contentblocking.features.strict", "tp,tpPrivate,cookieBehavior5,cookieBehaviorPBM5,cm,fp,stp,emailTP,emailTPPrivate,-lvl2,rp,rpTop,ocsp,qps,qpsPBM,fpp,fppPrivate,3pcd,btp"); +user_pref("browser.contentblocking.features.strict", "tp,tpPrivate,cookieBehavior5,cookieBehaviorPBM5,cryptoTP,fp,stp,emailTP,emailTPPrivate,-consentmanagerSkip,-consentmanagerSkipPrivate,-lvl2,rp,rpTop,qps,qpsPBM,fpp,fppPrivate,btp,lna"); ``` In theory, sites should break less often. These changes shouldn't be an issue if you're using uBlock Origin.