adobe / da-admin

Apache License 2.0
0 stars 4 forks source link

Only support specific content types #3

Open auniverseaway opened 8 months ago

auniverseaway commented 8 months ago

We should only allow uploading...

export const SUPPORTED_TYPES = [
  'text/html',
  'application/json',
  'application/pdf',
  'image/jpeg',
  'image/gif',
  'image/png',
  'image/svg+xml',
  'video/mp4',
];

Keep the list short. Start small. Iterate.

References

https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types/Common_types