Skip to main content
Question

Disable Firefox network.http.http3.enabled


Forum|alt.badge.img+2

Hi Team,

How do i disable Firefox's diable HTTP/3 (network.http.http3.enabled).  I have to create a configuration profile and push it via JAMF to all of the end users.

 

Can someone give me an XML template for this? i couldn't find it anywhere 

9 replies

AntMac
Forum|alt.badge.img+10
  • Valued Contributor
  • 83 replies
  • August 23, 2023

Hi
That setting is not anywhere in the regular policy plist settings example file that Mozilla publishes:
policy-templates/mac/org.mozilla.firefox.plist at master · mozilla/policy-templates · GitHub

However, they have some additional references/examples to supported payloads which includes network prefix payloads. 
GitHub - mozilla/policy-templates: Policy Templates for Firefox 


Forum|alt.badge.img+7
  • Contributor
  • 11 replies
  • November 9, 2023

@hari_premasiri were you able to get this setting configured? 


Forum|alt.badge.img+14
  • Honored Contributor
  • 351 replies
  • December 22, 2023

@karengarner Did you managed to ever get this working?  Looking for same solution...


shrisivakumaran
Forum|alt.badge.img+8

Hi, Anyone find the way to disable Quic protocol in Firefox?


Forum|alt.badge.img+2

 

@karengarner  & @shrisivakumaran 

 

Sorry for the late response, 

Unfortunately, I have looked through Mozilla's documentation on plist and have not been able to find anything to restrict this setting available yet.
https://github.com/mozilla/policy-templates/blob/master/mac/org.mozilla.firefox.plist

This might have to be a feature request on Mozilla's side to allow control over this setting.


shrisivakumaran
Forum|alt.badge.img+8

Thanks, I got the solution from Mozilla Support forum page. now able to control it


Forum|alt.badge.img+7
  • Contributor
  • 29 replies
  • February 19, 2024
shrisivakumaran wrote:

Thanks, I got the solution from Mozilla Support forum page. now able to control it


Would you be willing to share how that you are controlling this? 


shrisivakumaran
Forum|alt.badge.img+8

@timbyler1890 using below plist to disable quic protocol in Firefox.

<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>EnterprisePoliciesEnabled</key> <true/> <key>Preferences</key> <dict> <key>network.http.http3.enable_0rtt</key> <dict> <key>Value</key> <false/> <key>Status</key> <string>locked</string> </dict> <key>network.http.http3.enable</key> <dict> <key>Value</key> <false/> <key>Status</key> <string>locked</string> </dict> </dict> </dict> </plist>


Forum|alt.badge.img+7
  • Contributor
  • 29 replies
  • February 20, 2024
shrisivakumaran wrote:

@timbyler1890 using below plist to disable quic protocol in Firefox.

<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>EnterprisePoliciesEnabled</key> <true/> <key>Preferences</key> <dict> <key>network.http.http3.enable_0rtt</key> <dict> <key>Value</key> <false/> <key>Status</key> <string>locked</string> </dict> <key>network.http.http3.enable</key> <dict> <key>Value</key> <false/> <key>Status</key> <string>locked</string> </dict> </dict> </dict> </plist>


Thanks a lot for that info.

That is what I was going to try but that should save me a lot of time.


Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings