From 1156c58382517913b7a6a1dfee188fe179bdaa12 Mon Sep 17 00:00:00 2001 From: Camerin Figueroa Date: Mon, 22 Apr 2024 14:41:31 -0400 Subject: [PATCH] Update vercel.json --- vercel.json | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) 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 +}