mirror of
https://github.com/GSA/notifications-api.git
synced 2026-07-23 17:39:40 -04:00
stop checking proxy headers
This commit is contained in:
@@ -537,7 +537,7 @@ class Staging(Config):
|
||||
# LETTER_SANITISE_BUCKET_NAME = 'staging-letters-sanitise'
|
||||
FROM_NUMBER = 'stage'
|
||||
API_RATE_LIMIT_ENABLED = True
|
||||
CHECK_PROXY_HEADER = True
|
||||
CHECK_PROXY_HEADER = False
|
||||
|
||||
|
||||
class Live(Config):
|
||||
@@ -562,7 +562,7 @@ class Live(Config):
|
||||
|
||||
FROM_NUMBER = 'US Notify'
|
||||
API_RATE_LIMIT_ENABLED = True
|
||||
CHECK_PROXY_HEADER = True
|
||||
CHECK_PROXY_HEADER = False
|
||||
SES_STUB_URL = None
|
||||
CRONITOR_ENABLED = True
|
||||
|
||||
|
||||
Reference in New Issue
Block a user