aboutsummaryrefslogtreecommitdiffstats
path: root/src/config
diff options
context:
space:
mode:
authorAustin Huang <im@austinhuang.me>2022-10-22 03:57:06 +0000
committerHygna <hygna@proton.me>2022-10-22 22:38:09 +0100
commit1dfd4f87641d7580fb6674844e33207277647b9e (patch)
treec03dbeee4dd3d61f61ea93833a2006fd8eb5c14a /src/config
parentMoved web-ext config from flags to js file (diff)
downloadlibredirect-1dfd4f87641d7580fb6674844e33207277647b9e.zip
handle more reddit cdn urls
Diffstat (limited to '')
-rw-r--r--src/config/config.json2
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,