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

Most upvoted comments

Looks like your approach to new profile might be different to mine. STR:

  1. Close FF
  2. Delete FF profile folders, that is %appdata%\Mozilla\Firefox
  3. Start FF, so profile folder with initial files are created.
  4. Close FF
  5. Add user.js into profile folder
  6. Start FF… there is Standard instead of Custom, despite the value 1 in the user.js

Here it is reproducible every single time.

Cheers