Skip to content

Commit

Permalink
Merge pull request #2 from Headway-Dev/fix/update-csrf-limitation
Browse files Browse the repository at this point in the history
Fix: rm `CSRF_TRUSTED_ORIGINS` limitation
  • Loading branch information
VladyslavKukharchuk authored Feb 3, 2025
2 parents 2a1f41d + 1f6d91d commit d3e50f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meetups/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
ALLOWED_HOSTS = ["*"]

# https://docs.djangoproject.com/en/5.0/ref/settings/#csrf-trusted-origins
CSRF_TRUSTED_ORIGINS = ["*"]
CSRF_TRUSTED_ORIGINS = []

# Application definition

Expand Down

0 comments on commit d3e50f2

Please sign in to comment.