diff --git a/changelog-old b/changelog-old index 66c5e5205..a16722e7a 100644 --- a/changelog-old +++ b/changelog-old @@ -1,4 +1,6 @@ master +- Mayhem + Add /fa/ and /s4s/ archive redirection. 2.39.2 - Mayhem diff --git a/src/features.coffee b/src/features.coffee index 44e88704d..af0736699 100644 --- a/src/features.coffee +++ b/src/features.coffee @@ -1979,7 +1979,7 @@ Redirect = "//nsfw.foolz.us/#{boardID}/full_image/#{filename}" when 'po' "//archive.thedarkcave.org/#{boardID}/full_image/#{filename}" - when 'ck', 'lit' + when 'ck', 'fa', 'lit', 's4s' "//fuuka.warosu.org/#{boardID}/full_image/#{filename}" when 'cgl', 'g', 'mu', 'w' "//rbt.asia/#{boardID}/full_image/#{filename}" @@ -2006,7 +2006,7 @@ Redirect = Redirect.path '//nsfw.foolz.us', 'foolfuuka', data when 'int', 'out', 'po' Redirect.path '//archive.thedarkcave.org', 'foolfuuka', data - when 'ck', 'lit' + when 'ck', 'fa', 'lit', 's4s' Redirect.path '//fuuka.warosu.org', 'fuuka', data when 'diy', 'sci' Redirect.path '//archive.installgentoo.net', 'fuuka', data