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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user