forked from d3cim/mobile_user.js
Update 'user.js'
This commit is contained in:
parent
63238f91dc
commit
1fab6fd4f5
11
user.js
11
user.js
|
@ -1433,7 +1433,14 @@ user_pref("privacy.window.name.update.enabled", true);
|
|||
// Disable bypassing 3rd party extension install prompts [FF82+]
|
||||
// https://bugzilla.mozilla.org/buglist.cgi?bug_id=1659530,1681331
|
||||
user_pref("extensions.postDownloadThirdPartyPrompt", false);
|
||||
//
|
||||
// -------------------------------------
|
||||
// Enforce non-native widget theme
|
||||
// * Security: removes/reduces system API calls, e.g. win32k API
|
||||
// * Fingerprinting: provides a uniform look and feel across platforms
|
||||
// * https://bugzilla.mozilla.org/1381938
|
||||
// * https://bugzilla.mozilla.org/1411425 ***/
|
||||
user_pref("widget.non-native-theme.enabled", true); // [DEFAULT: true FF89+]
|
||||
//
|
||||
// >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
// DOWNLOADS
|
||||
// >>>>>>>>>>>>>>>>>>>>>
|
||||
|
@ -1501,7 +1508,7 @@ user_pref("fission.autostart", true);
|
|||
// [NOTE] You can set cookie exceptions under site permissions or use an extension
|
||||
// SETTING] Privacy & Security>Enhanced Tracking Protection>Custom>Cookies
|
||||
// https://blog.mozilla.org/security/2021/02/23/total-cookie-protection/
|
||||
user_pref("network.cookie.cookieBehavior", 1);
|
||||
user_pref("network.cookie.cookieBehavior", 5);
|
||||
user_pref("browser.contentblocking.category", "custom");
|
||||
// -------------------------------------
|
||||
// Set third-party cookies (i.e ALL) (if enabled) to session-only
|
||||
|
|
Loading…
Reference in New Issue