From 4ddfca0f74d11f857426567e8dbbe7b4b09b2071 Mon Sep 17 00:00:00 2001 From: ManeraKai Date: Tue, 7 Mar 2023 18:42:06 +0300 Subject: Added support to subdomains for scribe https://github.com/libredirect/libredirect/issues/644 --- src/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/config.json') diff --git a/src/config.json b/src/config.json index 3bd300a8..7f2071bd 100644 --- a/src/config.json +++ b/src/config.json @@ -236,7 +236,7 @@ } }, "targets": [ - "^https:\\/{2}(link\\.|cdn\\-images\\-\\d+\\.)?medium\\.com", + "^https:\\/{2}(.*\\.)?medium\\.com", "^https?:\\/{2}towardsdatascience\\.com(\\/|$)", "^https?:\\/{2}uxdesign\\.cc(\\/|$)", "^https?:\\/{2}uxplanet\\.org(\\/|$)", -- cgit 1.4.1