mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-25 10:28:37 +01:00
Merge pull request #3225 from sideshowbarker/client-server-api-Access-Control-Allow-Headers-drop-Options-Accept
Drop Origin & Accept from Access-Control-Allow-Headers value
This commit is contained in:
commit
f433e07763
|
|
@ -226,7 +226,7 @@ headers to be returned by servers on all requests are:
|
|||
|
||||
Access-Control-Allow-Origin: *
|
||||
Access-Control-Allow-Methods: GET, POST, PUT, DELETE, OPTIONS
|
||||
Access-Control-Allow-Headers: Origin, X-Requested-With, Content-Type, Accept, Authorization
|
||||
Access-Control-Allow-Headers: X-Requested-With, Content-Type, Authorization
|
||||
|
||||
## Server Discovery
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue