firefox: no https first

It's still too broken.
This commit is contained in:
Vincent Bernat 2021-08-28 21:45:49 +02:00
parent 56fc8daec2
commit 8cc26133fc

View file

@ -72,7 +72,3 @@ user_pref("image.avif.enabled", true);
// Disable DoH for now // Disable DoH for now
user_pref("network.trr.mode", 5); user_pref("network.trr.mode", 5);
// HTTPS first
user_pref("dom.security.https_first", true);
user_pref("dom.security.https_first_pbm", true);