rohit-clootrack / linting-test

Use of FIXME/XXX/TODO encountered PYL-W0511
Documentation
Minor
a year agoa year old
TODO: set this to 60 seconds first and then to 518400 once you prove the former works
 47CSRF_COOKIE_SECURE = True
 48# https://docs.djangoproject.com/en/dev/topics/security/#ssl-https
 49# https://docs.djangoproject.com/en/dev/ref/settings/#secure-hsts-seconds
 50# TODO: set this to 60 seconds first and then to 518400 once you prove the former works 51SECURE_HSTS_SECONDS = 60
 52# https://docs.djangoproject.com/en/dev/ref/settings/#secure-hsts-include-subdomains
 53SECURE_HSTS_INCLUDE_SUBDOMAINS = env.bool(