diff options
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" |