Add security warning to comments of demodesk about using secure cookies

This commit is contained in:
Garret Wassermann 2021-09-27 23:19:06 -04:00
parent 166d552fba
commit 02bdaea76a

View File

@ -25,6 +25,18 @@ DEBUG = True
ALLOWED_HOSTS = [] ALLOWED_HOSTS = []
# SECURITY WARNING: you probably want to configure your server
# to use HTTPS with secure cookies, then you'd want to set
# the following settings:
#
#SECURE_PROXY_SSL_HEADER = ('HTTP_X_FORWARDED_PROTO', 'https')
#SESSION_COOKIE_SECURE = True
#CSRF_COOKIE_SECURE = True
#
# We leave them commented out here because most likely for
# an internal demo you don't need such security, but please
# remember when setting up your own development / production server!
# Application definition # Application definition