mirror of https://gitlab.com/litecord/litecord.git
Add X-Debug-Options as an allowed header
This commit is contained in:
parent
05c8204271
commit
10d4771c0c
1
run.py
1
run.py
|
|
@ -137,6 +137,7 @@ async def app_after_request(resp):
|
||||||
'X-Fingerprint, '
|
'X-Fingerprint, '
|
||||||
'X-Context-Properties, '
|
'X-Context-Properties, '
|
||||||
'X-Failed-Requests, '
|
'X-Failed-Requests, '
|
||||||
|
'X-Debug-Options, '
|
||||||
'Content-Type, '
|
'Content-Type, '
|
||||||
'Authorization, '
|
'Authorization, '
|
||||||
'Origin, '
|
'Origin, '
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue