From 757c9f4fad0476cbfa609384d68a4457ff244c70 Mon Sep 17 00:00:00 2001 From: Matt Holt Date: Tue, 26 Jul 2016 10:37:02 -0600 Subject: [PATCH] Updated QUIC (markdown) --- QUIC.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/QUIC.md b/QUIC.md index e07d212..42294c1 100644 --- a/QUIC.md +++ b/QUIC.md @@ -8,7 +8,7 @@ Sites that you serve with TLS will be shuttled over the wire with QUIC if the cl ### Client Support -Chrome 52+ supports QUIC without needing a whitelist, but make sure that the [#enable-quic flag](chrome://flags/#enable-quic) is set to Enabled. Then just open Chrome to your site and it should be served over QUIC! You can verify this by opening the inspector tools and going to the Security tab. Reload the page and click to view connection details: +Chrome 52+ supports QUIC without needing a whitelist, but make sure that the [enable-quic flag](chrome://flags/#enable-quic) is set to Enabled. Then just open Chrome to your site and it should be served over QUIC! You can verify this by opening the inspector tools and going to the Security tab. Reload the page and click to view connection details: ![](https://i.imgur.com/0i00b0h.png)