Merge pull request #2280 from alphagov/remove-header-check-staging

Disable paas-proxy header check on staging
This commit is contained in:
Sakis
2018-09-03 15:29:19 +01:00
committed by GitHub

View File

@@ -121,7 +121,7 @@ class Staging(Config):
LOGO_UPLOAD_BUCKET_NAME = 'public-logos-staging'
MOU_BUCKET_NAME = 'staging-notify.works-mou'
NOTIFY_ENVIRONMENT = 'staging'
CHECK_PROXY_HEADER = True
CHECK_PROXY_HEADER = False
class Live(Config):