diff --git a/vercel.json b/vercel.json index c9d43e9..46643c7 100644 --- a/vercel.json +++ b/vercel.json @@ -32,6 +32,10 @@ { "key": "x-robots-tag", "value": "index, follow" + }, + { + "key": "content-security-policy", + "value": "default-src 'self' authzed.com;" } ] }