Closed sampaccoud closed 3 years ago
We relied on OpenEdX's default value for the SESSION_COOKIE_SECURE setting but it is unsecure.
SESSION_COOKIE_SECURE
Directly use True as default value for the SESSION_COOKIE_SECURE setting.
True
@jmaupetit dogwood.3.bare won't build anymore so I proposed to remove it...
Do it! :fire:
Purpose
We relied on OpenEdX's default value for the
SESSION_COOKIE_SECURE
setting but it is unsecure.Proposal
Directly use
True
as default value for theSESSION_COOKIE_SECURE
setting.