From a6ee2d702cc221220cba7e72c0f63d1e0b7c0fb3 Mon Sep 17 00:00:00 2001 From: irl Date: Sat, 17 May 2025 16:26:26 +0100 Subject: [PATCH] temp: remove GB as safe country for testing --- src/lua/geo.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lua/geo.lua b/src/lua/geo.lua index 0fed6c9..2988e6f 100644 --- a/src/lua/geo.lua +++ b/src/lua/geo.lua @@ -18,7 +18,6 @@ function _M.needs_mirror(country) local safe_countries = { US = true, -- United States - GB = true, -- United Kingdom IE = true, -- Ireland FR = true, -- France DE = true, -- Germany