Update app.py with `@app.after_request def add_security_headers(response): response.headers['X-Content-Type-Options'] = 'nosniff' return response`
Update app.py with
@app.after_request def add_security_headers(response): response.headers['X-Content-Type-Options'] = 'nosniff' return response