Merge pull request #1052 from rugk/patch-http2

Add HTTP/2 and distinguish it from SPDY
main
Elbert Alias 9 years ago
commit a7f2db0c06

@ -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"
},