diff options
author | Hygna <hygna@proton.me> | 2022-10-29 12:46:53 +0100 |
---|---|---|
committer | Hygna <hygna@proton.me> | 2022-10-29 12:46:53 +0100 |
commit | 73cc5ce38d42593011f5d0bf5ffb82827cc6adfe (patch) | |
tree | 39d2684ce3e5334c64ffaddf7481ba8ff08ceeba /src/config | |
parent | Added PrivateBin (diff) | |
download | libredirect-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 'src/config')
-rw-r--r-- | src/config/config.json | 2 |
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", |