Enforce the pagure cookie to be over https
This commit is contained in:
parent
19e340961f
commit
80463e9893
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ PAGURE_AUTH = 'fas'
|
|||
# This may be set to False when testing your application but should always
|
||||
# be set to True in production.
|
||||
# Default: ``True``.
|
||||
SESSION_COOKIE_SECURE = False
|
||||
SESSION_COOKIE_SECURE = True
|
||||
|
||||
# The name of the cookie used to store the session id.
|
||||
# Default: ``.pagure``.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue