forked from d3cim/mobile_user.js
Update 'user.js (less connections)'
This commit is contained in:
parent
44ef426d68
commit
d7cf37f993
|
@ -2500,7 +2500,7 @@ user_pref("media.video_stats.enabled", false); // [DEFAULT: true]
|
|||
// This pref is set to 2 by default, which results in the Touch API being exposed only when touch hardware is present. So we should either set it to "1" (enable) or "0" (disable) to ensure that JS code can't fingerprint the user's hardware.
|
||||
// https://developer.mozilla.org/docs/Web/API/Touch_events
|
||||
// https://gitlab.torproject.org/tpo/applications/tor-browser/-/issues/10286
|
||||
user_pref("dom.w3c_touch_events.enabled", 0); // [DEFAULT: 2]
|
||||
// user_pref("dom.w3c_touch_events.enabled", 0); // [DEFAULT: 2] // [BUG] ff disabled, disallow copy/paste any text
|
||||
// -------------------------------------
|
||||
// Pref : Disable MediaDevices change detection
|
||||
// https://developer.mozilla.org/docs/Web/Events/devicechange
|
||||
|
@ -2644,18 +2644,6 @@ user_pref("view_source.wrap_long_lines", true);
|
|||
// >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
// Section : Deprecated / Removed / Legacy / Renamed
|
||||
// >>>>>>>>>>>>>>>>>>>>
|
||||
// FF86
|
||||
// Pref : Disable SSL Error Reporting
|
||||
// https://firefox-source-docs.mozilla.org/browser/base/sslerrorreport/preferences.html
|
||||
// https://bugzilla.mozilla.org/1681839
|
||||
user_pref("security.ssl.errorReporting.automatic", false);
|
||||
user_pref("security.ssl.errorReporting.enabled", false);
|
||||
user_pref("security.ssl.errorReporting.url", "");
|
||||
// -------------------------------------
|
||||
// Pref : Disable hiding mime types (Options>General>Applications) not associated with a plugin
|
||||
// https://bugzilla.mozilla.org/1581678
|
||||
user_pref("browser.download.hide_plugins_without_extensions", false); // [DESKTOP]
|
||||
// -------------------------------------
|
||||
// FF79
|
||||
// -------------------------------------
|
||||
// Pref: Enforce fallback text encoding to match en-US
|
||||
|
@ -2673,4 +2661,16 @@ user_pref("intl.charset.fallback.override", "windows-1252");
|
|||
// https://bugzilla.mozilla.org/1619926
|
||||
user_pref("browser.search.geoSpecificDefaults", false);
|
||||
user_pref("browser.search.geoSpecificDefaults.url", "");
|
||||
// -------------------------------------
|
||||
// FF86
|
||||
// Pref : Disable SSL Error Reporting
|
||||
// https://firefox-source-docs.mozilla.org/browser/base/sslerrorreport/preferences.html
|
||||
// https://bugzilla.mozilla.org/1681839
|
||||
user_pref("security.ssl.errorReporting.automatic", false);
|
||||
user_pref("security.ssl.errorReporting.enabled", false);
|
||||
user_pref("security.ssl.errorReporting.url", "");
|
||||
// -------------------------------------
|
||||
// Pref : Disable hiding mime types (Options>General>Applications) not associated with a plugin
|
||||
// https://bugzilla.mozilla.org/1581678
|
||||
user_pref("browser.download.hide_plugins_without_extensions", false); // [DESKTOP]
|
||||
//
|
Loading…
Reference in New Issue