Firefox : Fix missing semicolumn.

This commit is contained in:
Dmitry Voronin 2024-08-30 15:07:35 +03:00
parent c009c6edc3
commit 3bf0756bfa
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

View file

@ -40,7 +40,7 @@
// user_pref("general.useragent.override", "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36");
// Disable HTTP3.
user_pref("network.http.http3.enable", false)
user_pref("network.http.http3.enable", false);
// Disable built-in DoH.
user_pref("doh-rollout.disable-heuristics", true);