forked from d3cim/mobile_user.js
Update 'user.js'
This commit is contained in:
parent
87d91a7bf6
commit
e7ff5a5ccf
4
user.js
4
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");
|
||||
|
|
Loading…
Reference in New Issue