Firefox : Fix missing semicolumn.
This commit is contained in:
parent
c009c6edc3
commit
3bf0756bfa
|
@ -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");
|
// 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.
|
// Disable HTTP3.
|
||||||
user_pref("network.http.http3.enable", false)
|
user_pref("network.http.http3.enable", false);
|
||||||
|
|
||||||
// Disable built-in DoH.
|
// Disable built-in DoH.
|
||||||
user_pref("doh-rollout.disable-heuristics", true);
|
user_pref("doh-rollout.disable-heuristics", true);
|
||||||
|
|
Loading…
Reference in a new issue