about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorManeraKai <manerakai@protonmail.com>2023-07-21 18:32:40 +0300
committerManeraKai <manerakai@protonmail.com>2023-07-21 18:32:40 +0300
commit22da045041cb6da004f6f2352a6affeeaa7779f1 (patch)
tree64e9aeef004b49a545719728bd3b2242cd678475
parentUpdated update.xml (diff)
downloadlibredirect-22da045041cb6da004f6f2352a6affeeaa7779f1.zip
Fixed bug in medium https://github.com/libredirect/browser_extension/issues/764
-rw-r--r--src/config.json2
1 files changed, 1 insertions, 1 deletions
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(\\/|$)",