1
0
mirror of https://github.com/yokoffing/Betterfox.git synced 2026-06-12 07:30:47 +05:30

upgrade_display_content is default true [Nightly] [Stable?]

This commit is contained in:
yokoffing
2022-12-24 10:32:52 -05:00
committed by GitHub
parent ad624c0dba
commit 7a2884f474
-1
View File
@@ -37,7 +37,6 @@ user_pref("network.notify.checkForProxies", false); // skip proxy request check
// HTTPS-First instead of HTTPS-only // HTTPS-First instead of HTTPS-only
user_pref("dom.security.https_only_mode", false); // disable in user.js user_pref("dom.security.https_only_mode", false); // disable in user.js
user_pref("dom.security.https_first", true); // HTTPS-First instead of HTTPS-only user_pref("dom.security.https_first", true); // HTTPS-First instead of HTTPS-only
user_pref("security.mixed_content.upgrade_display_content", true); // upgrade passive content
/** PESKYFOX ***/ /** PESKYFOX ***/
user_pref("devtools.accessibility.enabled", false); // removes annoying "Inspect Accessibility Properties" on right-click user_pref("devtools.accessibility.enabled", false); // removes annoying "Inspect Accessibility Properties" on right-click