Update user.js

This commit is contained in:
Thorin-Oakenpants 2019-12-18 05:00:47 +00:00 committed by GitHub
parent 49fe95ded2
commit a453149930
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1245,6 +1245,7 @@ user_pref("_user.js.parrot", "2700 syntax error: the parrot's joined the bleedin
* 0=Accept cookies and site data, 1=(Block) All third-party cookies, 2=(Block) All cookies,
* 3=(Block) Cookies from unvisited websites, 4=(Block) Cross-site and social media trackers (FF63+) (default FF69+)
* [NOTE] You can set exceptions under site permissions or use an extension
* [NOTE] Enforcing category to custom ensures ETP related prefs are always honored
* [SETTING] Privacy & Security>Content Blocking>Custom>Choose what to block>Cookies ***/
user_pref("network.cookie.cookieBehavior", 1);
user_pref("browser.contentblocking.category", "custom");