Add /dev/, /foolz/ and /kuku/ to archive 'redirections'.
This commit is contained in:
parent
be7b1574bd
commit
2bcf1b6719
@ -3783,6 +3783,9 @@
|
||||
case 'u':
|
||||
case 'v':
|
||||
case 'vg':
|
||||
case 'dev':
|
||||
case 'foolz':
|
||||
case 'kuku':
|
||||
url = "//archive.foolz.us/" + path + "/";
|
||||
if (threadID && postID) {
|
||||
url += "#" + postID;
|
||||
|
||||
@ -2900,7 +2900,7 @@ Redirect =
|
||||
else
|
||||
"#{board}/post/#{postID}"
|
||||
switch board
|
||||
when 'a', 'co', 'jp', 'm', 'tg', 'tv', 'u', 'v', 'vg'
|
||||
when 'a', 'co', 'jp', 'm', 'tg', 'tv', 'u', 'v', 'vg', 'dev', 'foolz', 'kuku'
|
||||
url = "//archive.foolz.us/#{path}/"
|
||||
if threadID and postID
|
||||
url += "##{postID}"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user