firefox: stop disabling HTTP/3

Let's check if that's OK now.
This commit is contained in:
Vincent Bernat 2021-06-05 16:24:17 +02:00
parent 3416e78891
commit d74eecf9cd

View file

@ -62,5 +62,3 @@ user_pref("image.avif.enabled", true);
// Disable DoH for now
user_pref("network.trr.mode", 5);
// No HTTP/3 yet (disabled by default, but document here it doesn't work well for me on Google)
user_pref("network.http.http3.enabled", false);