add access-control-allow-headers header to mmr
This commit is contained in:
parent
c9c3d16b23
commit
bcc2f8bd8b
1 changed files with 1 additions and 0 deletions
|
@ -184,6 +184,7 @@ in {
|
|||
handle /_matrix/media/* {
|
||||
reverse_proxy http://localhost:8008 {
|
||||
header_down Access-Control-Allow-Origin *
|
||||
header_down Access-Control-Allow-Headers *
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue