about summary refs log tree commit diff stats
path: root/src/config.json
diff options
context:
space:
mode:
authorManeraKai <manerakai@protonmail.com>2024-08-14 09:25:03 +0300
committerGitHub <noreply@github.com>2024-08-14 09:25:03 +0300
commit39d4282556c62ca79f7c07c1b253d95562ce82e5 (patch)
treeac1ac3e06b4864611eeb78347eca3ed28cdfa0bb /src/config.json
parentMerge pull request #964 from monstorix/master (diff)
parentFix pasted redirect (diff)
downloadlibredirect-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.json22
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": {