diff options
author | ManeraKai <manerakai@protonmail.com> | 2023-09-09 18:47:56 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2023-09-09 18:47:56 +0300 |
commit | c4178fe7b8378692dc5c1c1a6f5cb967842375dc (patch) | |
tree | a93c3b13c0c67552139747b685feaeafa5544622 /src/config.json | |
parent | Fixed OSM redirection not working https://github.com/libredirect/browser_exte... (diff) | |
download | libredirect-c4178fe7b8378692dc5c1c1a6f5cb967842375dc.zip |
Removed FacilMap
Diffstat (limited to 'src/config.json')
-rw-r--r-- | src/config.json | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/src/config.json b/src/config.json index aa14cae6..4013de67 100644 --- a/src/config.json +++ b/src/config.json @@ -136,7 +136,7 @@ "localhost": true } }, - "targets": [ + "targets": [ "^https?:\\/{2}(www\\.|mobile\\.)?twitter\\.com\\/", "^https?:\\/{2}(www\\.|mobile\\.)?x\\.com\\/", "^https?:\\/{2}(pbs\\.|video\\.)twimg\\.com\\/", @@ -166,7 +166,7 @@ "localhost": false } }, - "targets": [ + "targets": [ "^https?:\\/{2}(www\\.)?twitch\\.(tv|com)\\/" ], "name": "Twitch", @@ -487,12 +487,6 @@ }, "maps": { "frontends": { - "facil": { - "name": "FacilMap", - "embeddable": true, - "instanceList": true, - "url": "https://github.com/FacilMap/facilmap" - }, "osm": { "name": "OpenStreetMap", "instanceList": true, @@ -922,4 +916,4 @@ "url": "https://www.wolframalpha.com" } } -} +} \ No newline at end of file |