From c71ba5c02adfee71f1fcbcfe765acd63b4043ded Mon Sep 17 00:00:00 2001 From: kbariotis Date: Sun, 14 Feb 2021 17:43:09 +0200 Subject: [PATCH] add room --- vercel.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/vercel.json b/vercel.json index 85a6e7271..1f321b0d5 100644 --- a/vercel.json +++ b/vercel.json @@ -9,6 +9,15 @@ "Referrer-Policy": "origin" } }, + { + "src": "/#json=.*", + "headers": { + "Access-Control-Allow-Origin": "*", + "X-Content-Type-Options": "nosniff", + "Feature-Policy": "*", + "Referrer-Policy": "origin" + } + }, { "handle": "filesystem" },