forked from d3cim/mobile_user.js
Update 'user.js'
This commit is contained in:
parent
3d9bba317f
commit
5380dfe929
7
user.js
7
user.js
|
@ -492,9 +492,6 @@ user_pref("browser.ssl_override_behavior", 1);
|
||||||
// -------------------------------------
|
// -------------------------------------
|
||||||
// Display advanced information on Insecure Connection warning pages
|
// Display advanced information on Insecure Connection warning pages
|
||||||
user_pref("browser.xul.error_pages.expert_bad_cert", true);
|
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
|
// FONTS
|
||||||
|
@ -666,6 +663,9 @@ user_pref("extensions.postDownloadThirdPartyPrompt", false);
|
||||||
// Enable ETP Strict Mode [FF86+]
|
// Enable ETP Strict Mode [FF86+]
|
||||||
user_pref("browser.contentblocking.category", "strict");
|
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+]
|
// Enable state partitioning of service workers [FF96+]
|
||||||
user_pref("privacy.partition.serviceWorkers", true);
|
user_pref("privacy.partition.serviceWorkers", true);
|
||||||
//
|
//
|
||||||
|
@ -897,6 +897,7 @@ user_pref("extensions.webcompat-reporter.enabled", false); // [DEFAULT: false]
|
||||||
// user_pref("privacy.firstparty.isolate.block_post_message", "");
|
// user_pref("privacy.firstparty.isolate.block_post_message", "");
|
||||||
// user_pref("privacy.firstparty.isolate.restrict_opener_access", "");
|
// user_pref("privacy.firstparty.isolate.restrict_opener_access", "");
|
||||||
// user_pref("privacy.firstparty.isolate.use_site", "");
|
// user_pref("privacy.firstparty.isolate.use_site", "");
|
||||||
|
// user_pref("security.insecure_connection_text.enabled", "");
|
||||||
//
|
//
|
||||||
// >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
// >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
|
||||||
// DON'T BOTHER
|
// DON'T BOTHER
|
||||||
|
|
Loading…
Reference in New Issue