user.js: browser.contentblocking.category blocks ETP prefs [1607249]
/* 2701 */
user_pref("network.cookie.cookieBehavior", 1);
is ignored, unless
user_pref("browser.contentblocking.category", "custom");
browser.contentblocking.category
is missing in user.js and thus set by default to standard
.
ATM user must manually change in GUI to custom
.
Cheers
About this issue
- Original URL
- State: closed
- Created 5 years ago
- Comments: 16 (9 by maintainers)
Commits related to this issue
- 2701: make sure cookieBehavior is always honored see https://github.com/ghacksuserjs/ghacks-user.js/issues/862 thanks @crssi ! — committed to arkenfox/user.js by earthlng 5 years ago
- 2701: make sure cookieBehavior is always honored (#866) see #862 — committed to arkenfox/user.js by earthlng 5 years ago
Looks like your approach to new profile might be different to mine. STR:
Standard
instead ofCustom
, despite the value1
in the user.jsHere it is reproducible every single time.
Cheers