fix: testing headers
This commit is contained in:
parent
448f3723a3
commit
6dec38f291
21
vercel.json
21
vercel.json
@ -22,6 +22,27 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"source": "/plus/",
|
||||||
|
"headers": [
|
||||||
|
{
|
||||||
|
"key": "Access-Control-Allow-Origin",
|
||||||
|
"value": "https://plus.excalidraw.com"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": "X-Content-Type-Options",
|
||||||
|
"value": "nosniff"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": "Feature-Policy",
|
||||||
|
"value": "*"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": "Referrer-Policy",
|
||||||
|
"value": "origin"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"source": "/:file*.woff2",
|
"source": "/:file*.woff2",
|
||||||
"headers": [
|
"headers": [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user