Skip to content

Commit

Permalink
Update csrf_trusted_origins
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanjcastillo committed Feb 1, 2024
1 parent d789db0 commit b66b256
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/config/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@

ALLOWED_HOSTS = ["components.iwanalabs.com", "localhost", "127.0.0.1"]

CSRF_TRUSTED_ORIGINS = ["https://components.iwanalabs.com"]

# Application definition

INSTALLED_APPS = [
Expand Down

0 comments on commit b66b256

Please sign in to comment.