Rechercher dans l’assistance

Évitez les escroqueries à l’assistance. Nous ne vous demanderons jamais d’appeler ou d’envoyer un SMS à un numéro de téléphone ou de partager des informations personnelles. Veuillez signaler toute activité suspecte en utilisant l’option « Signaler un abus ».

Learn More

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

  • 2 réponses
  • 2 ont ce problème
  • 23 vues
  • Dernière réponse par 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

Toutes les réponses (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.