4510: clarify this is the chrome

This commit is contained in:
Thorin-Oakenpants 2019-03-16 22:36:31 +00:00 committed by GitHub
parent 97f08ad3cd
commit 28a7226235
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);