Remove /sp/ image archive redirection.
This commit is contained in:
parent
3900f97df6
commit
f6206da98a
@ -4920,7 +4920,6 @@
|
||||
case 'jp':
|
||||
case 'm':
|
||||
case 'q':
|
||||
case 'sp':
|
||||
case 'tg':
|
||||
case 'vg':
|
||||
case 'wsg':
|
||||
|
||||
@ -4080,7 +4080,7 @@ Redirect =
|
||||
image: (board, filename) ->
|
||||
# Do not use g.BOARD, the image url can originate from a cross-quote.
|
||||
switch board
|
||||
when 'a', 'jp', 'm', 'q', 'sp', 'tg', 'vg', 'wsg'
|
||||
when 'a', 'jp', 'm', 'q', 'tg', 'vg', 'wsg'
|
||||
"//archive.foolz.us/#{board}/full_image/#{filename}"
|
||||
when 'u'
|
||||
"//nsfw.foolz.us/#{board}/full_image/#{filename}"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user