diff options
author | Hygna <hygna@proton.me> | 2022-10-26 13:54:36 +0100 |
---|---|---|
committer | Hygna <hygna@proton.me> | 2022-10-26 13:54:36 +0100 |
commit | 3d1a9105c0791d7e991a63583cb7a7f64562a014 (patch) | |
tree | 0069a42156366b9c296a9f2b554e2448f3798766 /src/config | |
parent | Added redirections for mobile imdb urls (diff) | |
download | libredirect-3d1a9105c0791d7e991a63583cb7a7f64562a014.zip |
Added support for redirecting wikia.com urls
Closes https://github.com/libredirect/libredirect/issues/476
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 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 |