Merge pull request #4589 from VictorLeP/patch-1

Fix regex brackets for MaxMind
main
Elbert Alias 3 years ago committed by GitHub
commit c46f9b6624
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",
@ -1745,4 +1745,4 @@
], ],
"website": "https://code.google.com/p/modwsgi" "website": "https://code.google.com/p/modwsgi"
} }
} }

Loading…
Cancel
Save