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.

Learn More

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

  • 2 பதிலளிப்புகள்
  • 2 இந்த பிரச்னைகள் உள்ளது
  • 1 view
  • Last reply by Alvin

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)

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

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.