Fix regex brackets for MaxMind

main
Victor Le Pochat 3 years ago committed by GitHub
parent d8a1daf0c5
commit d7932f763e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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"
}
}
}