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
Not exactly an issue, but rather a suggestion, related to this issue. How about we disallow HTML/JS for upload completely? I can't see any compelling reason for them to be there in the first place.
I'm proposing something like this for mod/ojt/uploadfile.php:
Not exactly an issue, but rather a suggestion, related to this issue. How about we disallow HTML/JS for upload completely? I can't see any compelling reason for them to be there in the first place.
I'm proposing something like this for mod/ojt/uploadfile.php:
$fileoptions['accepted_types'] = array( 'video', 'audio', 'archive', 'spreadsheet', 'presentation', 'document', 'image', );
The text was updated successfully, but these errors were encountered: