From: Simon Poole Date: Wed, 10 May 2017 10:19:15 +0000 (+0200) Subject: Block anything in the here.com domain X-Git-Tag: live~3479 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/1b2818ff8a26e878c15c012a9f002930060c0d63?ds=sidebyside Block anything in the here.com domain Fixes #1536 Closes #1537 --- diff --git a/config/example.application.yml b/config/example.application.yml index 45c0a39c4..9c5c7a180 100644 --- a/config/example.application.yml +++ b/config/example.application.yml @@ -95,6 +95,8 @@ defaults: &defaults - ".*\\.google(apis)?\\..*/(vt|kh)[\\?/].*([xyz]=.*){3}.*" # Blacklist VWorld - "http://xdworld\\.vworld\\.kr:8080/.*" + # Blacklist here + - ".*\\.here\\.com[/:].*" # URL of Overpass instance to use for feature queries overpass_url: "//overpass-api.de/api/interpreter" # Routing endpoints