You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The inline check accepted application/octet-stream (any file) and used
an unanchored regex so substring MIME types like text/video/mp4 passed.
Route through the existing mediaTypeForUpload helper which does exact
Object.hasOwn matching and extension fallback.
Fixes#53
0 commit comments