mirror of
https://git.envs.net/envs/matrix-conf.git
synced 2025-06-09 08:12:38 -04:00
Update 'etc/nginx/include.d/mjolnir-report.conf'
This commit is contained in:
parent
6a5cb6f996
commit
7e7439c22b
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
# Abuse reports should be sent to Mjölnir.
|
||||
|
||||
location ~* ^/_matrix/client/r0/rooms/([^/]*)/report/(.*)$ {
|
||||
location ~ ^/_matrix/client/r0/rooms/([^/]*)/report/(.*)$ {
|
||||
add_header 'Access-Control-Allow-Origin' '*' always;
|
||||
add_header 'Access-Control-Allow-Credentials' 'true' always;
|
||||
add_header 'Access-Control-Allow-Methods' 'GET, POST, OPTIONS' always;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue