From 22da045041cb6da004f6f2352a6affeeaa7779f1 Mon Sep 17 00:00:00 2001 From: ManeraKai Date: Fri, 21 Jul 2023 18:32:40 +0300 Subject: [PATCH] Fixed bug in medium https://github.com/libredirect/browser_extension/issues/764 --- src/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.json b/src/config.json index 36d8b86f..0175002e 100644 --- a/src/config.json +++ b/src/config.json @@ -269,7 +269,7 @@ } }, "targets": [ - "^https:\\/{2}(.*\\.)?medium\\.com", + "^https:\\/{2}([a-zA-Z0-9_-]+\\.)?medium\\.com", "^https?:\\/{2}towardsdatascience\\.com(\\/|$)", "^https?:\\/{2}uxdesign\\.cc(\\/|$)", "^https?:\\/{2}uxplanet\\.org(\\/|$)",