diff options
author | ManeraKai <manerakai@protonmail.com> | 2023-02-10 04:17:16 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2023-02-10 04:17:16 +0300 |
commit | a370308749438588374a5f4adb623b7730f4c7f5 (patch) | |
tree | 9b1094cd4439b28129f99fec0cf3866900ad9680 /src/config.json | |
parent | Fixed typo (diff) | |
download | libredirect-a370308749438588374a5f4adb623b7730f4c7f5.zip |
Added WaybackClassic https://github.com/libredirect/libredirect/issues/578
Diffstat (limited to '')
-rw-r--r-- | src/config.json | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/src/config.json b/src/config.json index 3340f0eb..5eea75bf 100644 --- a/src/config.json +++ b/src/config.json @@ -632,6 +632,26 @@ "imageType": "svg", "embeddable": false, "url": "https://www.snopes.com" + }, + "waybackMachine": { + "frontends": { + "waybackClassic": { + "name": "Wayback Classic", + "instanceList": true, + "url": "https://github.com/ticky/wayback-classic" + } + }, + "targets": [ + "^https?:\\/{2}web\\.archive\\.org\\/" + ], + "name": "Wayback Machine", + "options": { + "enabled": false, + "unsupportedUrls": "bypass" + }, + "imageType": "svgMono", + "embeddable": false, + "url": "https://web.archive.org" } } } \ No newline at end of file |