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

12 lines
224 B
JSON

{
"name": "AMP",
"website": "https://www.amp.dev",
"matches": [
{
"regexp": "<html[^>]* (?:amp|\u26a1)[^-]"
},
{
"regexp": "<link rel=\"amphtml\""
}
]
}