From 73f0be96472a8d021a6347953192ca7b6ec509d7 Mon Sep 17 00:00:00 2001 From: hlfan <50826859+hlfan@users.noreply.github.com> Date: Sat, 9 Apr 2022 22:28:01 +0200 Subject: [PATCH] variant B Reducing regex complexity and broadening the domain match --- config/settings.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config/settings.yml b/config/settings.yml index 316744f31..e0e844778 100644 --- a/config/settings.yml +++ b/config/settings.yml @@ -86,8 +86,7 @@ default_editor: "id" # Imagery to return in capabilities as blacklisted imagery_blacklist: # Current Google imagery URLs have google or googleapis in the domain - # with a vt or kh endpoint, and x, y and z or pb-based query parameters - - ".*\\.google(apis)?\\..*/(vt|kh)[\\?/].*([xyz]=.*|!\d[a-z]\d+){3}.*" + - ".*\\.google(apis)?\\..*/.*" # Blacklist VWorld - "http://xdworld\\.vworld\\.kr:8080/.*" # Blacklist here -- 2.45.1