about summary refs log tree commit diff stats
path: root/src/config/config.json
diff options
context:
space:
mode:
authorManeraKai <manerakai@protonmail.com>2022-11-11 06:11:36 +0300
committerManeraKai <manerakai@protonmail.com>2022-11-11 06:11:36 +0300
commitf47f9f51ea16b14e950a7efc34e3d3a15a136128 (patch)
tree3cbce2ea87b98456957cf48ca151f3bf8c889f39 /src/config/config.json
parentMerge pull request #526 from Daniel-Valentine/remove-ferrit (diff)
downloadlibredirect-f47f9f51ea16b14e950a7efc34e3d3a15a136128.zip
fixed medium archive links redirecting https://github.com/libredirect/libredirect/issues/527
Diffstat (limited to 'src/config/config.json')
-rw-r--r--src/config/config.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config/config.json b/src/config/config.json
index c05eb3ad..7b81d9f2 100644
--- a/src/config/config.json
+++ b/src/config/config.json
@@ -357,7 +357,7 @@
 				}
 			},
 			"targets": [
-				"(?:.*\\.)*(?<!(link\\.|cdn\\-images\\-\\d+\\.))medium\\.com(\\/.*)?$",
+				"^(?:.*\\.)*(?<!(link\\.|cdn\\-images\\-\\d+\\.))medium\\.com(\\/.*)?$",
 				"^https?:\\/{2}towardsdatascience\\.com(\\/|$)",
 				"^https?:\\/{2}uxdesign\\.cc(\\/|$)",
 				"^https?:\\/{2}uxplanet\\.org(\\/|$)",