Skip to content

Commit

Permalink
fixup! fix: Add CSRF_TRUSTED_ORIGINS
Browse files Browse the repository at this point in the history
  • Loading branch information
kesara committed Mar 26, 2024
1 parent 9188fc6 commit aa7bcdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -216,5 +216,5 @@ env:
SECRET_KEY: "SpAA3v4icREtlC2ND3oZ8JABMEP2Cf1U"
ALLOWED_HOSTS: "localhost,127.0.0.1"
WAGTAILADMIN_BASE_URL: "http://localhost:8080/admin"
CSRF_TRUSTED_ORIGINS: "http://localhost:8080/,"
CSRF_TRUSTED_ORIGINS: "http://localhost:8080/,http://127.0.0.1:8080/"
MATOMO_SITE_ID: "11"

0 comments on commit aa7bcdb

Please sign in to comment.