diff options
author | ManeraKai <manerakai@protonmail.com> | 2023-09-09 18:32:38 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2023-09-09 18:32:38 +0300 |
commit | 51645c78dcb7d953bcc37725b5c66ec7dd5ef33e (patch) | |
tree | 8452f94d97582e620824859722985d60ce4e3223 /src/config.json | |
parent | Added new path to libremdb https://github.com/libredirect/browser_extension/i... (diff) | |
download | libredirect-51645c78dcb7d953bcc37725b5c66ec7dd5ef33e.zip |
Fixed OSM redirection not working https://github.com/libredirect/browser_extension/issues/812
Diffstat (limited to 'src/config.json')
-rw-r--r-- | src/config.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/config.json b/src/config.json index 6f864112..aa14cae6 100644 --- a/src/config.json +++ b/src/config.json @@ -489,12 +489,14 @@ "frontends": { "facil": { "name": "FacilMap", + "embeddable": true, "instanceList": true, "url": "https://github.com/FacilMap/facilmap" }, "osm": { "name": "OpenStreetMap", "instanceList": true, + "embeddable": true, "url": "https://www.openstreetmap.org/" } }, @@ -504,6 +506,7 @@ ], "name": "Maps", "options": { + "redirectType": "main_frame", "enabled": false, "frontend": "osm", "unsupportedUrls": "bypass" |