diff options
author | ManeraKai <manerakai@protonmail.com> | 2023-07-21 18:32:40 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2023-07-21 18:32:40 +0300 |
commit | 22da045041cb6da004f6f2352a6affeeaa7779f1 (patch) | |
tree | 64e9aeef004b49a545719728bd3b2242cd678475 | |
parent | Updated update.xml (diff) | |
download | libredirect-22da045041cb6da004f6f2352a6affeeaa7779f1.zip |
Fixed bug in medium https://github.com/libredirect/browser_extension/issues/764
-rw-r--r-- | src/config.json | 2 |
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(\\/|$)", |