diff --git a/vercel.json b/vercel.json index 6100ccf..3f78f3a 100644 --- a/vercel.json +++ b/vercel.json @@ -6,8 +6,28 @@ { "key": "cache-control", "value": "public, max-age=2592000" + }, + { + "key":"Content-Security-Policy", + "value":"default-src https://*.camscode.com" + }, + { + "key":"X-Frame-Options", + "value":"DENY" + }, + { + "key":"X-Content-Type-Options", + "value":"nosniff" + }, + { + "key":"Referrer-Policy", + "value":"same-origin" + }, + { + "key":"Permissions-Policy", + "value":"geolocation=(self \"https://*camscode.com\"), microphone=()" } ] } ] -} \ No newline at end of file +}