From 73cc5ce38d42593011f5d0bf5ffb82827cc6adfe Mon Sep 17 00:00:00 2001 From: Hygna Date: Sat, 29 Oct 2022 12:46:53 +0100 Subject: Changes: Added note about Privacy Redirect Disabled maps redirects by default due to bugs Added timeout to osm web request Closes https://github.com/libredirect/libredirect/issues/485 --- src/config/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/config') diff --git a/src/config/config.json b/src/config/config.json index 35ce8bf8..b1c4c8a4 100644 --- a/src/config/config.json +++ b/src/config/config.json @@ -579,7 +579,7 @@ "targets": ["^https?:\\/{2}maps\\.libredirect\\.invalid", "^https?:\\/{2}(((www|maps)\\.)?(google\\.).*(\\/maps)|maps\\.(google\\.).*)"], "name": "Maps", "options": { - "enabled": true, + "enabled": false, "frontend": "osm" }, "imageType": "svgMono", -- cgit 1.4.1