learningequality / kolibri-instant-schools-plugin

4 stars 10 forks source link

Change settings to use secure CSRF and Session cookies #171

Closed nucleogenesis closed 4 years ago

nucleogenesis commented 4 years ago

Changes the settings to include this:

CSRF_COOKIE_SECURE = True
SESSION_COOKIE_SECURE = True

Based on feedback from Celestin and the DRC networking team, we have added this to ensure that the cookies are secure... for security purposes :)