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