diff --git a/now.json b/now.json
index 88741444..149a93a6 100644
--- a/now.json
+++ b/now.json
@@ -1,4 +1,31 @@
{
+ "headers": [
+ {
+ "source": "/(.*)",
+ "headers": [
+ {
+ "key": "Access-Control-Allow-Origin",
+ "value": "*"
+ },
+ {
+ "key": "X-Content-Type-Options",
+ "value": "nosniff"
+ },
+ {
+ "key": "Feature-Policy",
+ "value": "*"
+ },
+ {
+ "key": "Referrer-Policy",
+ "value": "origin"
+ },
+ {
+ "key": "Content-Security-Policy",
+ "value": "default-src https: data: 'unsafe-inline'; connect-src https://*.excalidraw.com wss://excalidraw-socket.herokuapp.com https://excalidraw-socket.herokuapp.com"
+ }
+ ]
+ }
+ ],
"redirects": [
{
"source": "/([^.]+)",
diff --git a/public/index.html b/public/index.html
index 677e27ca..f84c7e7e 100644
--- a/public/index.html
+++ b/public/index.html
@@ -7,10 +7,11 @@
name="viewport"
content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no, viewport-fit=cover, shrink-to-fit=no"
/>
+
-
+