Files
OneForAll-mirror/data/rules/whatweb/html5.json
T
2020-07-29 00:02:06 +08:00

17 lines
380 B
JSON

{
"name": "HTML5",
"author": "Andrew Horton",
"version": "0.2",
"description": "HTML version 5, detected by the doctype declaration",
"website": null,
"matches": [
{
"regexp": "(?i-mx:<!DOCTYPE html>)"
},
{
"string": "applicationCache",
"regexp": "(?-mix:<html[^>]* manifest=)"
}
]
}