From e11646851309b1bcc44299f11ff43901af7d29b5 Mon Sep 17 00:00:00 2001 From: Jonas Leder Date: Wed, 6 Jan 2021 14:00:16 +0100 Subject: [PATCH] added cors header for matrix server --- public/.well-known/matrix/.htaccess | 1 + 1 file changed, 1 insertion(+) create mode 100644 public/.well-known/matrix/.htaccess diff --git a/public/.well-known/matrix/.htaccess b/public/.well-known/matrix/.htaccess new file mode 100644 index 0000000..6011244 --- /dev/null +++ b/public/.well-known/matrix/.htaccess @@ -0,0 +1 @@ +Header set Access-Control-Allow-Origin "*" \ No newline at end of file