excalidraw/vercel.json

27 lines
453 B
JSON
Raw Normal View History

2020-04-03 16:30:00 +02:00
{
"public": true,
2020-04-04 01:36:12 +02:00
"headers": [
{
"source": "/(.*)",
"headers": [
{
"key": "Access-Control-Allow-Origin",
"value": "*"
},
{
"key": "X-Content-Type-Options",
"value": "nosniff"
},
{
"key": "Feature-Policy",
"value": "*"
},
{
"key": "Referrer-Policy",
"value": "origin"
}
]
}
2020-04-03 16:30:00 +02:00
]
}