Skip to content

Commit

Permalink
Add CSRF_TRUSTED_ORIGINS for django 4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Evert-R committed Jun 26, 2024
1 parent 5e77de3 commit a7d23c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .env-github-actions
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ AML_SECRET_KEY=amlsecretkey
AML_LOCATION_PROVIDER=http://ip2country:5000/{}
AML_DEBUG=True
DJANGO_SETTINGS_MODULE=aml.development_settings
CSRF_TRUSTED_ORIGINS=http://localhost:3000

FRONTEND_API_ROOT=http://localhost:8000
FRONTEND_EXPERIMENT_SLUG=gold-msi
Expand Down

0 comments on commit a7d23c2

Please sign in to comment.