Make pkgdb2 session cookie secure
This commit is contained in:
parent
bd5407d679
commit
50521629f0
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue