Improving gmaps detection

Examplesite: www.doordash.com/en-US
Detection Script: maps.google.com/maps/api/js
main
Honjes 5 years ago
parent 5892c933ef
commit 679cbaa53d

@ -5557,7 +5557,7 @@
"icon": "Google Maps.png", "icon": "Google Maps.png",
"scripts": [ "scripts": [
"(?:maps\\.google\\.com/maps\\?file=api(?:&v=([\\d.]+))?|maps\\.google\\.com/maps/api/staticmap)\\;version:API v\\1", "(?:maps\\.google\\.com/maps\\?file=api(?:&v=([\\d.]+))?|maps\\.google\\.com/maps/api/staticmap)\\;version:API v\\1",
"//maps\\.googleapis\\.com/maps/api/js" "//maps\\.google(?:apis)?\\.com/maps/api/js"
], ],
"description": "Google Maps is a web mapping service. It offers satellite imagery, aerial photography, street maps, 360° interactive panoramic views of streets, real-time traffic conditions, and route planning for traveling by foot, car, bicycle and air, or public transportation.", "description": "Google Maps is a web mapping service. It offers satellite imagery, aerial photography, street maps, 360° interactive panoramic views of streets, real-time traffic conditions, and route planning for traveling by foot, car, bicycle and air, or public transportation.",
"website": "http://maps.google.com" "website": "http://maps.google.com"