firefox: enable HTTPS-first policy

This commit is contained in:
Vincent Bernat 2021-08-07 13:18:44 +02:00
parent 96f1f7235b
commit 101faa5b52

View file

@ -75,3 +75,7 @@ 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);