diff --git a/vercel.json b/vercel.json index 2f75417..bdfec01 100644 --- a/vercel.json +++ b/vercel.json @@ -6,7 +6,7 @@ "headers": [ { "key": "Content-Security-Policy", - "value": "frame-ancestors 'self' https://*.manifest.build" + "value": "frame-ancestors *" }, { "key": "X-Content-Type-Options", "value": "nosniff" }, { "key": "Referrer-Policy", "value": "strict-origin-when-cross-origin" },