Skip to content

Commit

Permalink
Add USE_X_FORWARDED_HOST to example config (#1804)
Browse files Browse the repository at this point in the history
Co-authored-by: Hubert Deng <[email protected]>
  • Loading branch information
crinjes and hubertdeng123 committed Nov 16, 2022
1 parent 463e5a6 commit 10bff42
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sentry/sentry.conf.example.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@ def get_internal_network():
# header and enable the settings below

# SECURE_PROXY_SSL_HEADER = ('HTTP_X_FORWARDED_PROTO', 'https')
# USE_X_FORWARDED_HOST = True
# SESSION_COOKIE_SECURE = True
# CSRF_COOKIE_SECURE = True
# SOCIAL_AUTH_REDIRECT_IS_HTTPS = True
Expand Down

0 comments on commit 10bff42

Please sign in to comment.