mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-07 15:08:25 -04:00
Merge pull request #2258 from alphagov/remove-header-check-preview
Disable paas-proxy header check on preview
This commit is contained in:
@@ -109,7 +109,7 @@ class Preview(Config):
|
|||||||
LOGO_UPLOAD_BUCKET_NAME = 'public-logos-preview'
|
LOGO_UPLOAD_BUCKET_NAME = 'public-logos-preview'
|
||||||
MOU_BUCKET_NAME = 'notify.works-mou'
|
MOU_BUCKET_NAME = 'notify.works-mou'
|
||||||
NOTIFY_ENVIRONMENT = 'preview'
|
NOTIFY_ENVIRONMENT = 'preview'
|
||||||
CHECK_PROXY_HEADER = True
|
CHECK_PROXY_HEADER = False
|
||||||
|
|
||||||
|
|
||||||
class Staging(Config):
|
class Staging(Config):
|
||||||
|
|||||||
Reference in New Issue
Block a user