diff --git a/client/vercel.json b/client/vercel.json index 50b0231..1b96618 100644 --- a/client/vercel.json +++ b/client/vercel.json @@ -2,5 +2,16 @@ "outputDirectory": "build", "rewrites": [ { "source": "/(.*)", "destination": "/index.html" } + ], + "headers": [ + { + "source": "/(.*)", + "headers": [ + { + "key": "Permissions-Policy", + "value": "encrypted-media=(self \"https://cdn.plaid.com\")" + } + ] + } ] }