Skip to content

Commit

Permalink
Proposed fix for issue intelowlproject#2522
Browse files Browse the repository at this point in the history
  • Loading branch information
xofolowski committed Oct 22, 2024
1 parent 68765cb commit b3c5482
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions intel_owl/settings/security.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
WEB_CLIENT_URL = f"http://{WEB_CLIENT_DOMAIN}"

CSRF_COOKIE_SAMESITE = "Strict"
CSRF_TRUSTED_ORIGINS = [f"{WEB_CLIENT_URL}"]

if STAGE_LOCAL:
# required to allow requests from port 3001 (frontend development)
Expand Down

0 comments on commit b3c5482

Please sign in to comment.