mirror of
https://github.com/YunoHost-Apps/synapse_ynh.git
synced 2024-09-03 20:26:38 +02:00
fix for element
fix element to works on firefox
This commit is contained in:
parent
deea59a807
commit
ab0d97ae28
1 changed files with 5 additions and 0 deletions
|
@ -17,3 +17,8 @@ location __PATH__ {
|
|||
fastcgi_param SCRIPT_FILENAME cas_server.php;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
location /.wellknown/matrix/client {
|
||||
add_header 'Access-Control-Allow-Origin' '*';
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue