Skip to content

Commit

Permalink
Revert "Support using USE_X_FORWARDED_HOST"
Browse files Browse the repository at this point in the history
This reverts commit d05a857.
  • Loading branch information
norkans7 committed Oct 15, 2020
1 parent 5f9b2f8 commit 4352d19
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions ureport/settings.py.prod
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ SECURE_HSTS_INCLUDE_SUBDOMAINS = True
SECURE_CONTENT_TYPE_NOSNIFF = True
SECURE_BROWSER_XSS_FILTER = True

USE_X_FORWARDED_HOST = True

# these guys will get email from sentry
ADMINS = (
('Nyaruka Ops', '[email protected]'),
Expand Down
2 changes: 0 additions & 2 deletions ureport/settings.py.staging
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ SECURE_HSTS_INCLUDE_SUBDOMAINS = True
SECURE_CONTENT_TYPE_NOSNIFF = True
SECURE_BROWSER_XSS_FILTER = True

USE_X_FORWARDED_HOST = True

# these guys will get email from sentry
ADMINS = (
('Nyaruka Ops', '[email protected]'),
Expand Down

0 comments on commit 4352d19

Please sign in to comment.