Merge pull request #1377 from dod-ccpo/secure-session-bug
Fix bug in setting Secure on session cookie.
This commit is contained in:
commit
36da6fff32
@ -193,6 +193,7 @@ def map_config(config):
|
||||
"CONTRACT_END_DATE": datetime.strptime(
|
||||
config.get("default", "CONTRACT_END_DATE"), "%Y-%m-%d"
|
||||
).date(),
|
||||
"SESSION_COOKIE_SECURE": config.getboolean("default", "SESSION_COOKIE_SECURE"),
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user