mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-24 04:10:57 -05:00
Disable paas-proxy header check on staging
See: alphagov/notifications-api#2052
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user