diff options
author | ManeraKai <manerakai@protonmail.com> | 2022-12-08 12:31:43 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2022-12-08 12:31:43 +0300 |
commit | 79a768d7422f7a7e31dea3e18a5b71bb6529f3b1 (patch) | |
tree | 9d885734f601745f7896faf4a29c910b7d5cef3c | |
parent | Keeping the other url parameters in Search redirections https://github.com/li... (diff) | |
download | libredirect-79a768d7422f7a7e31dea3e18a5b71bb6529f3b1.zip |
Added reddit search to redirections https://github.com/libredirect/libredirect/issues/522
-rw-r--r-- | src/config/config.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config/config.json b/src/config/config.json index 31940b2b..a7d2014c 100644 --- a/src/config/config.json +++ b/src/config/config.json @@ -180,7 +180,7 @@ } }, "targets": [ - "^https?:\\/{2}(www\\.|old\\.|np\\.|new\\.|amp\\.|)reddit\\.com(?=\\/u(ser)?\\/|\\/r\\/|\\/?$)", + "^https?:\\/{2}(www\\.|old\\.|np\\.|new\\.|amp\\.|)reddit\\.com(?=\\/u(ser)?\\/|\\/r\\/|\\/search|\\/?$)", "^https?:\\/{2}(i|(external-)?preview)\\.redd\\.it" ], "name": "Reddit", |