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

12 lines
257 B
JSON

{
"name": "AMP Plugin",
"website": "https://amp-wp.org",
"matches": [
{
"search": "meta[generator]",
"regexp": "^AMP Plugin v(\\d+\\.\\d+.*)$",
"offset": 1
}
],
"implies": "WordPress"
}