Skip to content

Commit

Permalink
Use CSRF sessions
Browse files Browse the repository at this point in the history
  • Loading branch information
faucomte97 committed Jan 3, 2024
1 parent cf587e0 commit 54fe8c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions django_site/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@

SESSION_COOKIE_SECURE = True
CSRF_COOKIE_SECURE = True
CSRF_USE_SESSIONS = True

AIMMO_DJANGO_BASE_URL = f"https://{os.getenv('GAE_SERVICE')}-dot-decent-digit-629.appspot.com"

Expand Down

0 comments on commit 54fe8c3

Please sign in to comment.