about summary refs log tree commit diff stats
path: root/src/config.json
diff options
context:
space:
mode:
authorManeraKai <manerakai@protonmail.com>2023-02-01 12:22:15 +0300
committerManeraKai <manerakai@protonmail.com>2023-02-01 12:22:15 +0300
commit19ef11ce991c3d001050c9724bd2b60cf565dae2 (patch)
treeef997de12989a1c4e319ed63adf941049cc65324 /src/config.json
parentFixed locales and other typing stuff (diff)
downloadlibredirect-19ef11ce991c3d001050c9724bd2b60cf565dae2.zip
Readded Neuters https://github.com/libredirect/libredirect/issues/604 . Tweaked localization code
Diffstat (limited to 'src/config.json')
-rw-r--r--src/config.json21
1 files changed, 20 insertions, 1 deletions
diff --git a/src/config.json b/src/config.json
index a1e88e8d..d6830793 100644
--- a/src/config.json
+++ b/src/config.json
@@ -446,7 +446,7 @@
 				"privateBin": {
 					"name": "PrivateBin",
 					"instanceList": true,
-					"url": "https://privatebin.info/"
+					"url": "https://privatebin.info"
 				}
 			},
 			"targets": [
@@ -459,6 +459,25 @@
 			"imageType": "svgMono",
 			"embeddable": false,
 			"url": "https://paste.libredirect.invalid"
+		},
+		"reuters": {
+			"frontends": {
+				"neuters": {
+					"name": "Neuters",
+					"instanceList": true,
+					"url": "https://github.com/HookedBehemoth/neuters"
+				}
+			},
+			"targets": [
+				"^https?:\\/{2}(www\\.)?reuters.com\\/"
+			],
+			"name": "Paste Text",
+			"options": {
+				"enabled": false
+			},
+			"imageType": "svg",
+			"embeddable": false,
+			"url": "https://reuters.com"
 		}
 	}
 }
\ No newline at end of file