From 3d1a9105c0791d7e991a63583cb7a7f64562a014 Mon Sep 17 00:00:00 2001 From: Hygna Date: Wed, 26 Oct 2022 13:54:36 +0100 Subject: Added support for redirecting wikia.com urls Closes https://github.com/libredirect/libredirect/issues/476 --- src/config/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/config/config.json') diff --git a/src/config/config.json b/src/config/config.json index b4ff8d17..25fa9f1f 100644 --- a/src/config/config.json +++ b/src/config/config.json @@ -395,7 +395,7 @@ "instanceList": true } }, - "targets": ["^https?:\\/{2}(?:[a-zA-Z0-9-]+\\.)?fandom\\.com(?=\\/wiki|\\/?$)"], + "targets": ["^https?:\\/{2}(?:[a-zA-Z0-9-]+\\.)?(?:fandom|wikia)\\.com(?=\\/wiki|\\/?$)"], "name": "Fandom", "options": { "enabled": true -- cgit 1.4.1