Update 'user.js'
This commit is contained in:
parent
cfe06a0019
commit
c674c617df
26
user.js
26
user.js
|
@ -482,7 +482,7 @@ user_pref("network.proxy.socks_remote_dns", true);
|
|||
user_pref("security.ssl.enable_false_start", false);
|
||||
// -------------------------------------
|
||||
// Disable FTP [FF60+]
|
||||
// user_pref("network.ftp.enabled", false);
|
||||
// user_pref("network.ftp.enabled", false); // [DEFAULT: false FF88+]
|
||||
// -------------------------------------
|
||||
// Disable using UNC (Uniform Naming Convention) paths [FF61+]
|
||||
// [SETUP-CHROME] Can break extensions for profiles on network shares
|
||||
|
@ -1740,18 +1740,6 @@ user_pref("network.manage-offline-status", false); // see bugzilla 620472
|
|||
// >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
// DEPRECATED / REMOVED / LEGACY / RENAMED
|
||||
// >>>>>>>>>>>>>>>>>>>>>
|
||||
// FF86
|
||||
// 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", "");
|
||||
// -------------------------------------
|
||||
// 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);
|
||||
// -------------------------------------
|
||||
// FF79
|
||||
// Enforce fallback text encoding to match en-US
|
||||
// When the content or server doesn't declare a charset the browser will
|
||||
|
@ -1767,5 +1755,17 @@ 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
|
||||
// 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", "");
|
||||
// -------------------------------------
|
||||
// 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);
|
||||
// >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
//
|
Loading…
Reference in New Issue