Allow Date header through CORS (#8804)
This commit is contained in:
parent
89f7930730
commit
3f0cba657c
|
@ -0,0 +1 @@
|
|||
Allow Date header through CORS. Contributed by Nicolas Chamo.
|
|
@ -674,7 +674,7 @@ def set_cors_headers(request: Request):
|
|||
)
|
||||
request.setHeader(
|
||||
b"Access-Control-Allow-Headers",
|
||||
b"Origin, X-Requested-With, Content-Type, Accept, Authorization",
|
||||
b"Origin, X-Requested-With, Content-Type, Accept, Authorization, Date",
|
||||
)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue