Skip to main content
Question

Disable QUIC protocol in Safari???

  • December 21, 2023
  • 3 replies
  • 496 views

Forum|alt.badge.img+14
  • Honored Contributor
  • 351 replies

hey folks.. For stupid reasons unknown, I've been tasked with disabling the QUIC / HTTP3 protocol in our browsers.  I got Chrome disabled no problem, but can't find anything regarding disabling it in Safari.  Has anyone done this and can share the way??

3 replies

sdagley
Forum|alt.badge.img+25
  • Jamf Heroes
  • 3567 replies
  • December 21, 2023

@ooshnoo There are _very_ few MDM manageable settings in Safari, and that is not one of them.


Forum|alt.badge.img+7
  • Contributor
  • 23 replies
  • January 25, 2024

Can you share how you got Chrome disabled?  We have just run into this issue and don't see a way to do Chrome?


MichielD
Forum|alt.badge.img+3
  • New Contributor
  • 4 replies
  • October 14, 2024

Can you share how you got Chrome disabled?  We have just run into this issue and don't see a way to do Chrome?


I created a configuration profile with the following settings:

Preference domain: com.google.Chrome

<?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>QuicAllowed</key>
        <false/>
    </dict>
</plist>