Foolz does not archive images from /co/.

This commit is contained in:
Nicolas Stepien 2012-06-17 14:17:06 +02:00
parent 49fdf9a8d3
commit 4d61057eb4
2 changed files with 1 additions and 2 deletions

View File

@ -3767,7 +3767,6 @@
}
switch (board) {
case 'a':
case 'co':
case 'jp':
case 'm':
case 'tg':

View File

@ -2891,7 +2891,7 @@ Redirect =
# Do not use g.BOARD, the image url can originate from a cross-quote.
return unless Conf['404 Redirect']
switch board
when 'a', 'co', 'jp', 'm', 'tg', 'u', 'vg'
when 'a', 'jp', 'm', 'tg', 'u', 'vg'
"http://archive.foolz.us/#{board}/full_image/#{filename}"
# these will work whenever https://github.com/eksopl/fuuka/issues/23 is done
# when 'cgl', 'g', 'w'