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);