Add X-Debug-Options as an allowed header

This commit is contained in:
slice 2018-11-20 12:29:30 -08:00
parent 05c8204271
commit 10d4771c0c
No known key found for this signature in database
GPG Key ID: 1508C19D7436A26D
1 changed files with 1 additions and 0 deletions

1
run.py
View File

@ -137,6 +137,7 @@ async def app_after_request(resp):
'X-Fingerprint, '
'X-Context-Properties, '
'X-Failed-Requests, '
'X-Debug-Options, '
'Content-Type, '
'Authorization, '
'Origin, '