Files
wallet/packages/app/vercel.json
2020-10-22 08:06:29 -07:00

19 lines
342 B
JSON

{
"rewrites": [{ "source": "/(.*)", "destination": "/index.html" }],
"headers": [
{
"source": "/(.*)",
"headers": [
{
"key": "X-Frame-Options",
"value": "DENY"
},
{
"key": "Content-Security-Policy",
"value": "frame-src 'none';"
}
]
}
]
}