From d74eecf9cde7e192f0e482554ea6896b6b3b1b59 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Sat, 5 Jun 2021 16:24:17 +0200 Subject: [PATCH] firefox: stop disabling HTTP/3 Let's check if that's OK now. --- firefox.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/firefox.js b/firefox.js index bebe1ec..28ad8c5 100644 --- a/firefox.js +++ b/firefox.js @@ -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);