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
Flask says that certain files might need extra security:
By default it will try to guess the mimetype for you, but you can also explicitly provide one. For extra security you probably want to send certain files as attachment (HTML for instance). The mimetype guessing requires a filename or an attachment_filename to be provided.
Flask says that certain files might need extra security:
https://flask.palletsprojects.com/en/1.1.x/api/#flask.send_file
I am unaware of when this applies but we should investigate it further.
The text was updated successfully, but these errors were encountered: