How to disable Quic protocol in Mac with Jamf
Hello
I am looking for a way to disable the QUIC protocol in Firefox through Jamf Pro. tried by below value but its not working, anyone did the settings for Mac?
<plist version="1.0"> <dict> <key>Preferences</key> <dict> <key>network.http.http3.enable</key> <dict> <key>Value</key> <false/> <key>Status</key> <string>user</string> </dict> <key>network.http.http3.enable_0rtt</key> <dict> <key>Value</key> <false/> <key>Status</key> <string>user</string> </dict> </dict> </dict> </plist>
Thanks
Gekose oplossing
Is this the only thing in your plist?
on macOS, you need to add a policy to enable policies
https://mozilla.github.io/policy-templates/#enterprisepoliciesenabled
Lees dié antwoord in konteks 👍 0All Replies (2)
Gekose oplossing
Is this the only thing in your plist?
on macOS, you need to add a policy to enable policies
https://mozilla.github.io/policy-templates/#enterprisepoliciesenabled
Thanks Mike, it works now.