Support "application/shockwave-flash" content type, fixes #2006

This doesn't appear to be a real content type. But some seem to use it
anyway, like "image/jpg", so it wouldn't hurt to support.
This commit is contained in:
Toks
2013-10-15 14:15:28 -04:00
parent ee8ad9744c
commit de80981323

View File

@@ -226,7 +226,7 @@ class Upload < ActiveRecord::Base
when "image/png"
"png"
when "application/x-shockwave-flash"
when "application/x-shockwave-flash", "application/shockwave-flash"
"swf"
else