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
선택된 해결법
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
문맥에 따라 이 답변을 읽어주세요 👍 0모든 댓글 (2)
선택된 해결법
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.