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
This package has been intriguing to me as someone that maintains both a Django and Flask application. I like the idea of having a single source-of-truth on our security header configuration across frameworks for maintenance reasons.
One apprehension to switching is this package is a little bit of ambiguity about migrating from an existing Django application with its built-in SecurityMiddleware and XFrameOptionsMiddleware middlewares installed.
I'd love it if the Django README gave some pointers about migrating from these middlewares, perhaps with an example of an equivalent config.