diff --git a/vercel.json b/vercel.json index c6795655e..6a7c7d340 100644 --- a/vercel.json +++ b/vercel.json @@ -22,6 +22,27 @@ } ] }, + { + "source": "/plus/", + "headers": [ + { + "key": "Access-Control-Allow-Origin", + "value": "https://plus.excalidraw.com" + }, + { + "key": "X-Content-Type-Options", + "value": "nosniff" + }, + { + "key": "Feature-Policy", + "value": "*" + }, + { + "key": "Referrer-Policy", + "value": "origin" + } + ] + }, { "source": "/:file*.woff2", "headers": [