Add websocket detection (#2509)

This can be tested on github.com
main
jvoisin 6 years ago committed by Elbert Alias
parent 5a517c1cd8
commit 5c32cc2c08

@ -10704,6 +10704,17 @@
"icon": "Webs.png", "icon": "Webs.png",
"website": "http://webs.com" "website": "http://webs.com"
}, },
"Websocket": {
"cats": [
19
],
"html": [
"<link[^>]+rel=[\"']web-socket[\"']",
"<(?:link|a)[^>]+href=[\"']wss?://"
],
"icon": "websocket.png",
"website": "https://en.wikipedia.org/wiki/WebSocket"
},
"WebsPlanet": { "WebsPlanet": {
"cats": [ "cats": [
1 1

Binary file not shown.

After

Width:  |  Height:  |  Size: 990 B