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.