diff --git a/user.js b/user.js index 0fda85d..5fc283a 100644 --- a/user.js +++ b/user.js @@ -540,7 +540,7 @@ user_pref("browser.contentHandlers.types.3.uri", ""); // [FENNEC] user_pref("network.tickle-wifi.enabled", false); // ------------------------------------- // Pref : Disable SSL False Start for HTTPS/WebSockets/SPDY connections -https://bugzilla.mozilla.org/show_bug.cgi?id=658222 +// https://bugzilla.mozilla.org/show_bug.cgi?id=658222 // Avoid the client to complete its handshake before starting the actual session user_pref("security.ssl.enable_false_start", false); //-------------------------------------- @@ -1945,7 +1945,7 @@ user_pref("intl.charset.fallback.override", "windows-1252"); // This can limit most (but not all) JS font enumeration which is a high entropy fingerprinting vector. // [WARNING] **DO NOT USE**: in FF80+ RFP covers this. Moreover that's not supported anymore in newer versions. // https://github.com/mozilla-mobile/fenix/issues/15604 -//user_pref("browser.display.use_document_fonts", 0); +// user_pref("browser.display.use_document_fonts", 0); // ------------------------------------- // Pref : Set more legible default fonts user_pref("font.name.serif.x-unicode", "Georgia");