diff --git a/src/apps.json b/src/apps.json index 74f463d6b..8407d722f 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" },