Update 'user.js'
This commit is contained in:
parent
984aeea757
commit
7568d53fbd
7
user.js
7
user.js
|
@ -449,9 +449,6 @@ user_pref("browser.ssl_override_behavior", 1);
|
|||
// -------------------------------------
|
||||
// Display advanced information on Insecure Connection warning pages
|
||||
user_pref("browser.xul.error_pages.expert_bad_cert", true);
|
||||
// -------------------------------------
|
||||
// Display "Not Secure" text on HTTP sites
|
||||
user_pref("security.insecure_connection_text.enabled", true); // [FF60+]
|
||||
//
|
||||
// >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
// FONTS
|
||||
|
@ -623,6 +620,9 @@ user_pref("extensions.postDownloadThirdPartyPrompt", false);
|
|||
// Enable ETP Strict Mode [FF86+]
|
||||
user_pref("browser.contentblocking.category", "strict");
|
||||
// -------------------------------------
|
||||
// Disable ETP web compat features [FF93+]
|
||||
// user_pref("privacy.antitracking.enableWebcompat", false);
|
||||
// -------------------------------------
|
||||
// Enable state partitioning of service workers [FF96+]
|
||||
user_pref("privacy.partition.serviceWorkers", true);
|
||||
//
|
||||
|
@ -854,6 +854,7 @@ user_pref("extensions.webcompat-reporter.enabled", false); // [DEFAULT: false]
|
|||
// user_pref("privacy.firstparty.isolate.block_post_message", "");
|
||||
// user_pref("privacy.firstparty.isolate.restrict_opener_access", "");
|
||||
// user_pref("privacy.firstparty.isolate.use_site", "");
|
||||
// user_pref("security.insecure_connection_text.enabled", "");
|
||||
//
|
||||
// >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||
// DON'T BOTHER
|
||||
|
|
Loading…
Reference in New Issue