Flask - Security Best Practices
Which Flask feature is commonly used to add secure headers to every response?
@app.after_request.@app.after_request.@app.after_request decorator -> Option C@app.after_request to add headers [OK]@app.after_request for all responses [OK]@app.route which only defines routes@app.before_first_request which runs once@app.teardown_request which is for cleanup, not response modification15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions