Skip to content

Commit

Permalink
Test CSRF
Browse files Browse the repository at this point in the history
  • Loading branch information
sergi0g committed Mar 2, 2024
1 parent 04175f9 commit 4b22f3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oidc_server/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

ALLOWED_HOSTS = ["*"]

CSRF_TRUSTED_ORIGINS = ["http://*", "https://*"]
CSRF_TRUSTED_ORIGINS = ["http://localhost"]


# Application definition
Expand Down

0 comments on commit 4b22f3e

Please sign in to comment.