Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

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

How to disable QUIC http3 in Firefow either by Windows Registry editor o by AMDX template

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

Hello

I am looking for a way to disable the QUIC protocol in Firefox by GPO. I got your latest AMDX templates but I don't see the option to modify network.http.http3.enabled.

Either an AMDX template with this option or a Registry will do the trick

Thanks

Hello I am looking for a way to disable the QUIC protocol in Firefox by GPO. I got your latest AMDX templates but I don't see the option to modify network.http.http3.enabled. Either an AMDX template with this option or a Registry will do the trick Thanks

தீர்வு தேர்ந்தெடுக்கப்பட்டது

Hello

That worked like a charm, thanks a lot

Read this answer in context 👍 0

All Replies (4)

You can modify any network. preference value using the Preferences policy

https://github.com/mozilla/policy-templates/blob/master/README.md#preferences

Hello Mike

I followed that link but I am still not sure how to make it work. If you have any set of specific instructions that will be great

Thanks

Sure.

If you go to the Preferences section in the GPO editor, you can add this:

``` {

 "network.http.http3.enable": {
   "Value": false,
   "Status": "default"
 }

} ```

தீர்வு தேர்ந்தெடுக்கப்பட்டது

Hello

That worked like a charm, thanks a lot