From ac964e3c1d5742722f894e869acfcd22a522d576 Mon Sep 17 00:00:00 2001 From: drakeerv Date: Tue, 13 Aug 2024 17:07:19 -0400 Subject: Fix pasted redirect --- src/config.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'src/config.json') 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": { -- cgit 1.4.1