From 683e3c805c99088962f226b80f1cfd9ac3e034ad Mon Sep 17 00:00:00 2001 From: yokoffing <11689349+yokoffing@users.noreply.github.com> Date: Wed, 30 Nov 2022 13:11:17 -0500 Subject: [PATCH] remove HTTPS first --- user-overrides.js | 7 ------- 1 file changed, 7 deletions(-) diff --git a/user-overrides.js b/user-overrides.js index ca89474..6cb6f8b 100644 --- a/user-overrides.js +++ b/user-overrides.js @@ -35,13 +35,6 @@ user_pref("network.trr.mode", 3); // enable TRR (without System fallback) user_pref("network.trr.confirmationNS", "skip"); // skip TRR confirmation request user_pref("network.notify.checkForProxies", false); // skip proxy request check -// HTTPS-First instead of HTTPS-only -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("security.mixed_content.upgrade_display_content", true); // upgrade passive content -//user_pref("security.insecure_connection_text.enabled", true); // display "Not Secure" text on HTTP sites -//user_pref("security.insecure_connection_text.pbmode.enabled", true); // display "Not Secure" text on HTTP sites - /** PESKYFOX ***/ user_pref("devtools.accessibility.enabled", false); // removes annoying "Inspect Accessibility Properties" on right-click user_pref("browser.newtabpage.activity-stream.showSponsoredTopSites", false); // Settings>Home>Firefox Home Content>Recent Activity>Shortcuts>Sponsored shortcuts