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.