rinatkhaziev / wp-frontend-uploader

WordPress plugin that allows your visitors to upload media from the front-end
53 stars 52 forks source link

Rework MIME type allow list functionality #90

Closed rinatkhaziev closed 3 years ago

rinatkhaziev commented 3 years ago

Instead of implicitly allowing whatever core allows for uploads, we now display all the file types in the options, where each one can be enabled or disabled.

We only explicitly disable html/js by default but they can be toggled back if a user wishes to do so.

Additionally, just because I'm lazy, those are unrelated things that landed in the PR:

rinatkhaziev commented 3 years ago

image