commit 28a7226235a128f136374732a35b2ee5feb06356
parent 97f08ad3cdb7f3de5f0e358703563c815e9d8a7d
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date: Sat, 16 Mar 2019 22:36:31 +0000
4510: clarify this is the chrome
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/user.js b/user.js
@@ -1652,7 +1652,7 @@ user_pref("privacy.resistFingerprinting.block_mozAddonManager", true); // [HIDDE
user_pref("privacy.resistFingerprinting.letterboxing", true); // [HIDDEN PREF]
// user_pref("privacy.resistFingerprinting.letterboxing.dimensions", ""); // [HIDDEN PREF]
/* 4510: disable showing about:blank as soon as possible during startup [FF60+]
- * When default true (FF62+) this no longer masks the RFP resizing activity
+ * When default true (FF62+) this no longer masks the RFP chrome resizing activity
* [1] https://bugzilla.mozilla.org/1448423 ***/
user_pref("browser.startup.blankWindow", false);