flask-secure-headers
flask-secure-headers copied to clipboard
Secure Header Wrapper for Flask Applications
Can you please remove the ',' in line no 70 where you put the except.
Thanks for the lib, I am planning to use it on a python 3 project. If you are interested in my changes: - python 3 support - some cleanups -...
It would be great to see this made python3 compatible. Any plans for that?
SimpleHeader.check_valid seems to only end up checking 1 param before returning True, and so not all the validation happens I think. https://github.com/twaldear/flask-secure-headers/blob/master/flask_secure_headers/headers.py#L11 Also, I am getting a validation exception for...
This extension is good for adding secure headers to 200 status code by using @sh.wrapper() decorator. How to integrate this to all 400 and 500 errors?
Hey, I was just comparing this library against [flask-csp](https://github.com/twaldear/flask-csp) and finally realized that they're by the same person! Out of curiosity, is flask-secure-headers meant to supersede flask-csp?