Changes for Yesod/Warp

- Changed name to Warp, because this detection rule is for Warp, not Yesod (I have no idea how to detect Yesod)
- Prevent matching with prefix (added ^) - because of false detections of IceWarp webmail
- Added version matching
main
kolen 9 years ago
parent 69ebe58f0d
commit d46c5b661a

@ -6109,6 +6109,16 @@
"implies": "WordPress",
"website": "wp-rocket.me"
},
"Warp": {
"cats": [
22
],
"headers": {
"Server": "^Warp/(\\d+(?:\\.\\d+)+)?$;version:\\1"
},
"implies": "Haskell",
"website": "www.stackage.org/package/warp"
},
"Web Optimizer": {
"cats": [
10
@ -6522,17 +6532,6 @@
"script": "mc\\.yandex\\.ru\\/metrika\\/watch\\.js",
"website": "metrika.yandex.com"
},
"Yesod": {
"cats": [
18,
22
],
"headers": {
"Server": "Warp/\\d+(\\.\\d+)+"
},
"implies": "Haskell",
"website": "www.yesodweb.com"
},
"Yieldlab": {
"cats": [
36

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 1.0 KiB

Loading…
Cancel
Save