From 679cbaa53de78e0237bc3930a22616252edb93aa Mon Sep 17 00:00:00 2001 From: Honjes Date: Thu, 1 Oct 2020 14:27:18 +0200 Subject: [PATCH] Improving gmaps detection Examplesite: www.doordash.com/en-US Detection Script: maps.google.com/maps/api/js --- src/technologies.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/technologies.json b/src/technologies.json index 43073583c..8f545665d 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -5557,7 +5557,7 @@ "icon": "Google Maps.png", "scripts": [ "(?: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.", "website": "http://maps.google.com"