Skip to content

Commit

Permalink
add use x forwarded host
Browse files Browse the repository at this point in the history
  • Loading branch information
nicokant committed Oct 25, 2024
1 parent 5f406bf commit 049d1b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/settings/production.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
SECURE_CONTENT_TYPE_NOSNIFF = env.bool(
"DJANGO_SECURE_CONTENT_TYPE_NOSNIFF", default=True
)
USE_X_FORWARDED_HOST = env.bool("DJANGO_USE_X_FORWARDED_HOST", default=False)

# STATIC
# ------------------------
Expand Down

0 comments on commit 049d1b7

Please sign in to comment.