From 1b2818ff8a26e878c15c012a9f002930060c0d63 Mon Sep 17 00:00:00 2001 From: Simon Poole Date: Wed, 10 May 2017 12:19:15 +0200 Subject: [PATCH] Block anything in the here.com domain Fixes #1536 Closes #1537 --- config/example.application.yml | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.43.2