Skip to content

Commit 10bff42

Browse files
Add USE_X_FORWARDED_HOST to example config (#1804)
Co-authored-by: Hubert Deng <[email protected]>
1 parent 463e5a6 commit 10bff42

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sentry/sentry.conf.example.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,7 @@ def get_internal_network():
222222
# header and enable the settings below
223223

224224
# SECURE_PROXY_SSL_HEADER = ('HTTP_X_FORWARDED_PROTO', 'https')
225+
# USE_X_FORWARDED_HOST = True
225226
# SESSION_COOKIE_SECURE = True
226227
# CSRF_COOKIE_SECURE = True
227228
# SOCIAL_AUTH_REDIRECT_IS_HTTPS = True

0 commit comments

Comments
 (0)