From ab0d97ae2842e6f46bc442f7d10dbb17956b8846 Mon Sep 17 00:00:00 2001 From: rosbeef andino Date: Fri, 24 Jun 2022 13:40:38 +0200 Subject: [PATCH] fix for element fix element to works on firefox --- conf/nginx.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/conf/nginx.conf b/conf/nginx.conf index 275cd1d..6df5450 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -17,3 +17,8 @@ location __PATH__ { fastcgi_param SCRIPT_FILENAME cas_server.php; } } + + +location /.wellknown/matrix/client { + add_header 'Access-Control-Allow-Origin' '*'; +}