From 8cc26133fc43a4a7e292bc755028c3c0089b78ed Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Sat, 28 Aug 2021 21:45:49 +0200 Subject: [PATCH] firefox: no https first It's still too broken. --- dotfiles/firefox.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/dotfiles/firefox.js b/dotfiles/firefox.js index 3ac0f70..f4589ef 100644 --- a/dotfiles/firefox.js +++ b/dotfiles/firefox.js @@ -72,7 +72,3 @@ user_pref("image.avif.enabled", true); // Disable DoH for now user_pref("network.trr.mode", 5); - -// HTTPS first -user_pref("dom.security.https_first", true); -user_pref("dom.security.https_first_pbm", true);