diff options
author | ManeraKai <manerakai@protonmail.com> | 2023-05-21 19:29:45 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2023-05-21 19:29:45 +0300 |
commit | 229630d345e1a9c72c952a1dbe93a71a243c2c02 (patch) | |
tree | 7e18254b8168e1730f6595adbfba8d20758459ef /src/config.json | |
parent | Added communication to Frontends Manager. 2.5.4 => 2.6.0 (diff) | |
download | libredirect-229630d345e1a9c72c952a1dbe93a71a243c2c02.zip |
Small fixes
Diffstat (limited to 'src/config.json')
-rw-r--r-- | src/config.json | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/config.json b/src/config.json index 013a6d2a..90b55f96 100644 --- a/src/config.json +++ b/src/config.json @@ -216,7 +216,8 @@ "name": "rimgo", "instanceList": true, "url": "https://codeberg.org/video-prize-ranch/rimgo", - "localhost": true + "localhost": true, + "embeddable": true } }, "targets": [ @@ -311,7 +312,7 @@ } }, "targets": [ - "^https?:\\/{2}(?:www\\.|m\\.|)imdb\\.com\\/title" + "^https?:\\/{2}(?:www\\.|m\\.|)imdb\\.com" ], "name": "IMDb", "options": { @@ -765,7 +766,7 @@ "targets": [ "^https?:\\/{2}(www\\.)?wolframalpha\\.com\\/" ], - "name": "WolframAlpha", + "name": "Wolfram Alpha", "options": { "enabled": false, "unsupportedUrls": "bypass", |