This site will have limited functionality while we undergo maintenance to improve your experience. If an article doesn't solve your issue and you want to ask a question, we have our support community waiting to help you at @FirefoxSupport on Twitter and/r/firefox on Reddit.

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Rohkem teavet

Firefox not using HTTP3 when HTTP3 is enabled on that site.

  • 2 vastust
  • 2 on selline probleem
  • 1 view
  • Viimati vastas Alvin

more options

I visited https://cloudflare-quic.com/ and it said my browser used HTTP/2 when loading that page. Devtools also said is load with HTTP/3 protocol. `network.http.http3.enabled` is true in about:config

I visited https://cloudflare-quic.com/ and it said my browser used HTTP/2 when loading that page. Devtools also said is load with HTTP/3 protocol. `network.http.http3.enabled` is true in about:config

All Replies (2)

more options

Turns out is because `network.dns.disablePrefetch` is true, by setting that to false fixed the issue.

more options

Alvin said

Turns out is because `network.dns.disablePrefetch` is true, by setting that to false fixed the issue.

That might not be the direct cause of this issue, it works for the first time but after you restart the browser the issue persists.