From d7932f763ea8564ff03c150419d2c6617edf7a70 Mon Sep 17 00:00:00 2001 From: Victor Le Pochat Date: Wed, 8 Sep 2021 16:41:46 +0200 Subject: [PATCH] Fix regex brackets for MaxMind --- src/technologies/m.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/technologies/m.json b/src/technologies/m.json index 7fa88b8ec..9dab4b14a 100644 --- a/src/technologies/m.json +++ b/src/technologies/m.json @@ -486,7 +486,7 @@ ], "saas": true, "scripts": [ - "[device|js]\\.maxmind\\.com/", + "(?:device|js)\\.maxmind\\.com/", "geoip\\.maxmind\\.min\\.js" ], "website": "https://www.maxmind.com", @@ -1745,4 +1745,4 @@ ], "website": "https://code.google.com/p/modwsgi" } -} \ No newline at end of file +}