From 70301fc8b5a3b166796ddd4b2ebfac6ba8ff6168 Mon Sep 17 00:00:00 2001 From: Hygna Date: Fri, 28 Oct 2022 13:34:26 +0100 Subject: Added PrivateBin https://github.com/libredirect/libredirect/issues/374 --- src/config/config.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'src/config/config.json') diff --git a/src/config/config.json b/src/config/config.json index ac384ce2..35ce8bf8 100644 --- a/src/config/config.json +++ b/src/config/config.json @@ -601,6 +601,22 @@ "imageType": "svgMono", "embeddable": false, "url": "https://send.libredirect.invalid" + }, + "textStorage": { + "frontends": { + "privateBin": { + "name": "PrivateBin", + "instanceList": true + } + }, + "targets": ["^https?:\\/{2}paste\\.libredirect\\.invalid"], + "name": "Paste Text", + "options": { + "enabled": true + }, + "imageType": "svgMono", + "embeddable": false, + "url": "https://paste.libredirect.invalid" } }, "blacklist": { -- cgit 1.4.1