Skip to content
Snippets Groups Projects
Commit 737771c4 authored by Fanna Lautenbach's avatar Fanna Lautenbach
Browse files

Merge branch 'hotfix/upgrade-fixes' into 'main'

add trusted origins

See merge request !60
parents 703efdc9 703304b2
No related branches found
No related tags found
1 merge request!60add trusted origins
Pipeline #42284 passed
...@@ -145,3 +145,4 @@ else: ...@@ -145,3 +145,4 @@ else:
SESSION_COOKIE_NAME = 'ldv-spec-sessionid' SESSION_COOKIE_NAME = 'ldv-spec-sessionid'
CSRF_COOKIE_NAME = 'ldv-spec-csrftoken' CSRF_COOKIE_NAME = 'ldv-spec-csrftoken'
CSRF_TRUSTED_ORIGINS = ['https://sdc-dev.astron.nl', 'https://sdc.astron.nl']
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment