Make pkgdb2 session cookie secure

This commit is contained in:
Till Maas 2015-02-04 13:20:36 +01:00
parent bd5407d679
commit 50521629f0

View file

@ -107,3 +107,6 @@ MAIL_ADMIN = 'pingou@fedoraproject.org'
# This is required to fix login
PREFERRED_URL_SCHEME='https'
# Make browsers send session cookie only via HTTPS
SESSION_COOKIE_SECURE = True