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

14 lines
381 B
JSON

{
"name": "Google Maps",
"website": "http://maps.google.com",
"matches": [
{
"search": "script",
"regexp": "(?:maps\\.google\\.com/maps\\?file=api(?:&v=([\\d.]+))?|maps\\.google\\.com/maps/api/staticmap)"
},
{
"search": "script",
"regexp": "//maps\\.googleapis\\.com/maps/api/js"
}
]
}