From ad5e07d54e710bd6efe9d67f01559c8cc8fd087a Mon Sep 17 00:00:00 2001 From: rugk Date: Mon, 11 Jan 2016 00:11:41 +0100 Subject: [PATCH] Add HTTP/2 and distinguish it from SPDY --- src/apps.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/src/apps.json b/src/apps.json index 74f463d6b..69429006a 100755 --- a/src/apps.json +++ b/src/apps.json @@ -2938,6 +2938,16 @@ }, "website": "hotarucms.org" }, + "HTTP/2": { + "cats": [ + 19 + ], + "headers": { + "X-Firefox-Spdy": "h2" + }, + "excludes": "SPDY", + "website": "https://http2.github.io" + }, "HubSpot": { "cats": [ 32 @@ -5762,8 +5772,9 @@ 19 ], "headers": { - "X-Firefox-Spdy": "" + "X-Firefox-Spdy": "\\d\\.\\d" }, + "excludes": "HTTP/2", "icon": "SPDY.png", "website": "chromium.org/spdy" },