Add archived image redirection for rebeccablacktech.
This commit is contained in:
parent
c0a7bcee67
commit
a3885eb4fc
@ -4527,6 +4527,10 @@
|
||||
return "//archive.foolz.us/" + board + "/full_image/" + filename;
|
||||
case 'u':
|
||||
return "//nsfw.foolz.us/" + board + "/full_image/" + filename;
|
||||
case 'cgl':
|
||||
case 'g':
|
||||
case 'w':
|
||||
return "//archive.rebeccablacktech.com/" + board + "/full_image/" + filename;
|
||||
case 'an':
|
||||
case 'k':
|
||||
case 'toy':
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
master
|
||||
- Mayhem
|
||||
Add /an/, /k/, /toy/ and /x/ archived image redirection.
|
||||
Add /an/, /cgl/, /g/, /k/, /toy/, /w/ and /x/ archived image redirection.
|
||||
One-word-captcha now works in the report window.
|
||||
Fix duplicate file upload error link.
|
||||
|
||||
|
||||
@ -3598,8 +3598,8 @@ Redirect =
|
||||
"//archive.foolz.us/#{board}/full_image/#{filename}"
|
||||
when 'u'
|
||||
"//nsfw.foolz.us/#{board}/full_image/#{filename}"
|
||||
# when 'cgl', 'g', 'w'
|
||||
# "//archive.rebeccablacktech.com/#{board}/full_image/#{filename}"
|
||||
when 'cgl', 'g', 'w'
|
||||
"//archive.rebeccablacktech.com/#{board}/full_image/#{filename}"
|
||||
when 'an', 'k', 'toy', 'x'
|
||||
"http://archive.heinessen.com/#{board}/full_image/#{filename}"
|
||||
# when 'e'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user