Prevent selection of unacceptable Content-Type files (#2910)
* Prevent selection of unacceptable Content-Type files * replace hard code * media_attachments accept content-types in initial state
This commit is contained in:
committed by
Eugen Rochko
parent
7140def5c9
commit
459bbfa4b2
@ -27,4 +27,10 @@ node(:accounts) do
|
||||
store
|
||||
end
|
||||
|
||||
node(:media_attachments) do
|
||||
{
|
||||
accept_content_types: MediaAttachment::IMAGE_MIME_TYPES + MediaAttachment::VIDEO_MIME_TYPES
|
||||
}
|
||||
end
|
||||
|
||||
node(:settings) { @web_settings }
|
||||
|
Reference in New Issue
Block a user