From 1fab6fd4f5bdb33e162d697eed1a7e52d0ff0c3f Mon Sep 17 00:00:00 2001 From: Narsil Date: Tue, 15 Jun 2021 10:30:01 +0000 Subject: [PATCH] Update 'user.js' --- user.js | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/user.js b/user.js index e33c13b..ad50191 100644 --- a/user.js +++ b/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