Skip to content

Commit

Permalink
Set Access-Control-Allow-Credentials response header to true in order…
Browse files Browse the repository at this point in the history
… for the FE to be allowed to send the session cookie (Amsterdam#1208)
  • Loading branch information
4c0n authored Mar 28, 2023
1 parent bb7f045 commit 0e49147
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/signals/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
'X-API-Version', # General API version
'X-Total-Count', # Added for the geography endpoints
]
CORS_ALLOW_CREDENTIALS = True

ORGANIZATION_NAME = os.getenv('ORGANIZATION_NAME', 'Gemeente Amsterdam')

Expand Down

0 comments on commit 0e49147

Please sign in to comment.