mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-27 10:51:40 -05:00
Merge pull request #2052 from alphagov/remove-header-check-preview
Disable header check on preview
This commit is contained in:
@@ -406,7 +406,7 @@ class Preview(Config):
|
||||
LETTERS_SCAN_BUCKET_NAME = 'preview-letters-scan'
|
||||
FROM_NUMBER = 'preview'
|
||||
API_RATE_LIMIT_ENABLED = True
|
||||
CHECK_PROXY_HEADER = True
|
||||
CHECK_PROXY_HEADER = False
|
||||
|
||||
|
||||
class Staging(Config):
|
||||
|
||||
Reference in New Issue
Block a user