From 07944db539911eec4b790c8def5517b0c885ad2c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ky=E2=84=93e=20Hensel?= Date: Sat, 26 Jul 2025 19:24:01 +1000 Subject: [PATCH] fix imagery blocklist RegExp for vworld.kr --- cookbooks/web/recipes/rails.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbooks/web/recipes/rails.rb b/cookbooks/web/recipes/rails.rb index c58ddf4fd..16990d63c 100644 --- a/cookbooks/web/recipes/rails.rb +++ b/cookbooks/web/recipes/rails.rb @@ -158,7 +158,7 @@ rails_port "www.openstreetmap.org" do # Current Google imagery URLs have google or googleapis in the domain ".*\\.google(apis)?\\..*/.*", # Blacklist VWorld - "http://xdworld\\.vworld\\.kr:8080/.*", + "https?://xdworld\\.vworld\\.kr[/:].*", # Blacklist here ".*\\.here\\.com[/:].*", # Blacklist Mapy.cz -- 2.39.5