Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Commit 5199129

Browse files
committed
Bug 1951443 - Disable 3pcd in ETP strict. r=bvandersloot
Differential Revision: https://phabricator.services.mozilla.com/D240186
1 parent 29a05e1 commit 5199129

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

browser/app/profile/firefox.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2362,7 +2362,7 @@ pref("browser.contentblocking.reject-and-isolate-cookies.preferences.ui.enabled"
23622362
// "btp": BTP enabled
23632363
// "-btp": BTP disabled
23642364
// One value from each section must be included in the browser.contentblocking.features.strict pref.
2365-
pref("browser.contentblocking.features.strict", "tp,tpPrivate,cookieBehavior5,cookieBehaviorPBM5,cm,fp,stp,emailTP,emailTPPrivate,lvl2,rp,rpTop,ocsp,qps,qpsPBM,fpp,fppPrivate,3pcd,btp");
2365+
pref("browser.contentblocking.features.strict", "tp,tpPrivate,cookieBehavior5,cookieBehaviorPBM5,cm,fp,stp,emailTP,emailTPPrivate,lvl2,rp,rpTop,ocsp,qps,qpsPBM,fpp,fppPrivate,btp");
23662366

23672367
// Hide the "Change Block List" link for trackers/tracking content in the custom
23682368
// Content Blocking/ETP panel. By default, it will not be visible. There is also

0 commit comments

Comments
 (0)