diff options
author | ManeraKai <manerakai@protonmail.com> | 2024-08-14 09:25:03 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-14 09:25:03 +0300 |
commit | 39d4282556c62ca79f7c07c1b253d95562ce82e5 (patch) | |
tree | ac1ac3e06b4864611eeb78347eca3ed28cdfa0bb /src/config.json | |
parent | Merge pull request #964 from monstorix/master (diff) | |
parent | Fix pasted redirect (diff) | |
download | libredirect-39d4282556c62ca79f7c07c1b253d95562ce82e5.zip |
Merge pull request #967 from dragynfruit/master
Fix: Add pastebin to pasted redirect
Diffstat (limited to 'src/config.json')
-rw-r--r-- | src/config.json | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/src/config.json b/src/config.json index 848f2a21..edb90130 100644 --- a/src/config.json +++ b/src/config.json @@ -878,6 +878,28 @@ "imageType": "svgMono", "url": "https://web.archive.org" }, + "pastebin": { + "frontends": { + "pasted": { + "name": "Pasted", + "instanceList": true, + "url": "https://github.com/Dragynfruit/pasted" + } + }, + "targets": [ + "^https?:\\/{2}pastebin\\.com\\/" + ], + "name": "Pastebin", + "options": { + "enabled": false, + "unsupportedUrls": "bypass", + "frontend": "pasted", + "instance": "public" + }, + "imageType": "svg", + "embeddable": true, + "url": "https://pastebin.com" + }, "search": { "frontends": { "searxng": { |