diff options
author | Austin Huang <im@austinhuang.me> | 2022-10-22 03:57:06 +0000 |
---|---|---|
committer | Hygna <hygna@proton.me> | 2022-10-22 22:38:09 +0100 |
commit | 1dfd4f87641d7580fb6674844e33207277647b9e (patch) | |
tree | c03dbeee4dd3d61f61ea93833a2006fd8eb5c14a /src/config | |
parent | Moved web-ext config from flags to js file (diff) | |
download | libredirect-1dfd4f87641d7580fb6674844e33207277647b9e.zip |
handle more reddit cdn urls
Diffstat (limited to 'src/config')
-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 13b069c1..7a8d2a78 100644 --- a/src/config/config.json +++ b/src/config/config.json @@ -253,7 +253,7 @@ "instanceList": true } }, - "targets": ["^https?:\\/{2}(www\\.|old\\.|np\\.|new\\.|amp\\.|)reddit\\.com(?=\\/u(ser)?\\/|\\/r\\/|\\/?$)", "^https?:\\/{2}(i\\.|preview\\.)redd\\.it"], + "targets": ["^https?:\\/{2}(www\\.|old\\.|np\\.|new\\.|amp\\.|)reddit\\.com(?=\\/u(ser)?\\/|\\/r\\/|\\/?$)", "^https?:\\/{2}(i\\.|(external-)?preview\\.|)redd\\.it"], "name": "Reddit", "options": { "enabled": true, |