diff options
Diffstat (limited to 'src/config')
-rw-r--r-- | src/config/config.json | 16 |
1 files changed, 16 insertions, 0 deletions
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": { |