diff options
author | ManeraKai <manerakai@protonmail.com> | 2023-02-06 19:31:28 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2023-02-06 19:31:28 +0300 |
commit | 76e84c30d4a1b63d2107b9448372fc8405e9e657 (patch) | |
tree | bc85729887484b5b5dc0ba81ef3e59e5fe448a0a /src/config.json | |
parent | Fixed custom instances plus button acting weirdly (diff) | |
download | libredirect-76e84c30d4a1b63d2107b9448372fc8405e9e657.zip |
Added Suds: https://github.com/libredirect/libredirect/issues/595
Diffstat (limited to 'src/config.json')
-rw-r--r-- | src/config.json | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/src/config.json b/src/config.json index 066b8cc0..fcd2f797 100644 --- a/src/config.json +++ b/src/config.json @@ -580,6 +580,25 @@ "imageType": "svg", "embeddable": false, "url": "https://wikipedia.org" + }, + "snopes": { + "frontends": { + "suds": { + "name": "Suds", + "instanceList": true, + "url": "https://git.vern.cc/cobra/Suds" + } + }, + "targets": [ + "^https?:\\/{2}(www\\.)?snopes\\.com\\/" + ], + "name": "Snopes", + "options": { + "enabled": false + }, + "imageType": "svg", + "embeddable": false, + "url": "https://www.snopes.com" } } } |