From 51645c78dcb7d953bcc37725b5c66ec7dd5ef33e Mon Sep 17 00:00:00 2001 From: ManeraKai Date: Sat, 9 Sep 2023 18:32:38 +0300 Subject: Fixed OSM redirection not working https://github.com/libredirect/browser_extension/issues/812 --- src/config.json | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/config.json') 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" -- cgit 1.4.1