diff options
author | ManeraKai <manerakai@protonmail.com> | 2023-01-08 13:31:18 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2023-01-08 13:31:18 +0300 |
commit | acf04b61c36776622e7544985baea592a63e0ca5 (patch) | |
tree | 05bc90bc58c787c2b47da9bbabae2022749df634 /src/config.json | |
parent | Optimized the getList and getBlacklist functions (diff) | |
download | libredirect-acf04b61c36776622e7544985baea592a63e0ca5.zip |
Fixed /new not redirecting in reddit + removed simpleertube completely
Diffstat (limited to 'src/config.json')
-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 abbe668d..ca279a8e 100644 --- a/src/config.json +++ b/src/config.json @@ -193,7 +193,7 @@ } }, "targets": [ - "^https?:\\/{2}(www\\.|old\\.|np\\.|new\\.|amp\\.|)reddit\\.com(?=\\/u(ser)?\\/|\\/r\\/|\\/search|\\/?$)", + "^https?:\\/{2}(www\\.|old\\.|np\\.|new\\.|amp\\.|)reddit\\.com(?=\\/u(ser)?\\/|\\/r\\/|\\/search|\\/new|\\/?$)", "^https?:\\/{2}(i|(external-)?preview)\\.redd\\.it" ], "name": "Reddit", |