Add flask-talisman for security headers

This commit is contained in:
Ryan Ahearn
2023-03-07 14:56:31 -05:00
parent 218f0d0c85
commit e8e8c889d6
6 changed files with 324 additions and 362 deletions

View File

@@ -34,6 +34,7 @@ werkzeug = "~=2.2"
wtforms = "==3.0.1"
newrelic = "*"
notifications-utils = {editable = true, ref = "main", git = "https://github.com/GSA/notifications-utils.git"}
flask-talisman = "*"
[dev-packages]
isort = "==5.10.1"