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, "saas": true,
"scripts": [ "scripts": [
"[device|js]\\.maxmind\\.com/", "(?:device|js)\\.maxmind\\.com/",
"geoip\\.maxmind\\.min\\.js" "geoip\\.maxmind\\.min\\.js"
], ],
"website": "https://www.maxmind.com", "website": "https://www.maxmind.com",