aboutsummaryrefslogtreecommitdiffstats
path: root/src/config
diff options
context:
space:
mode:
authorHygna <hygna@proton.me>2022-10-29 12:46:53 +0100
committerHygna <hygna@proton.me>2022-10-29 12:46:53 +0100
commit73cc5ce38d42593011f5d0bf5ffb82827cc6adfe (patch)
tree39d2684ce3e5334c64ffaddf7481ba8ff08ceeba /src/config
parentAdded PrivateBin (diff)
downloadlibredirect-73cc5ce38d42593011f5d0bf5ffb82827cc6adfe.zip
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
Diffstat (limited to '')
-rw-r--r--src/config/config.json2
1 files changed, 1 insertions, 1 deletions
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",