Enabling HTTP/3 on Safari 17
My Safari 17.6 is not showing my HTTP/3 capability when visiting test sites.
With Web Inspector open I visit the following test pages:
And after clicking "refresh" several times, all I see for protocol is "h2", which is bad.
When visiting the same pages from Chrome or Firefox from the same machine both result in "h3" or "HTTP/3".
I am testing HTTP/3 functionality on my website with major browsers, and so far the Safari functionality is below expectations. Based on my research it appears that Apple has removed "HTTP/3" option from Experimental Features because it is now supposed to be enabled as the standard has been ratified (RFC 9114), however it clearly isn't working on the designated test pages.
How do I enable HTTP/3 on my Safari 17?