aboutsummaryrefslogtreecommitdiffstats
path: root/src/config
diff options
context:
space:
mode:
authorHygna <hygna@proton.me>2022-10-23 11:33:18 +0100
committerHygna <hygna@proton.me>2022-10-23 11:33:18 +0100
commiteb3794cdcb5732b4bcfd2d89b3b205fc3960a2fd (patch)
tree08b2a513060ee40f1ae37ded1a4e992e6130ae1d /src/config
parenthandle more reddit cdn urls (diff)
downloadlibredirect-eb3794cdcb5732b4bcfd2d89b3b205fc3960a2fd.zip
Changes:
Fixed instance updating Made the instance updater remove frontends & networks not in the current version Fixed CI linter
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 7a8d2a78..0c32750a 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\\.|(external-)?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,