mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
fix headers
This commit is contained in:
parent
9e2df2ac82
commit
e844ef8c34
1 changed files with 6 additions and 18 deletions
22
vercel.json
22
vercel.json
|
@ -4,24 +4,12 @@
|
||||||
"src": "/(.*)",
|
"src": "/(.*)",
|
||||||
"dest": "/",
|
"dest": "/",
|
||||||
"status": 301,
|
"status": 301,
|
||||||
"headers": [
|
"headers": {
|
||||||
{
|
"Access-Control-Allow-Origin": "*",
|
||||||
"key": "Access-Control-Allow-Origin",
|
"X-Content-Type-Options": "nosniff",
|
||||||
"value": "*"
|
"Feature-Policy": "*",
|
||||||
},
|
"Referrer-Policy": "origin"
|
||||||
{
|
|
||||||
"key": "X-Content-Type-Options",
|
|
||||||
"value": "nosniff"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"key": "Feature-Policy",
|
|
||||||
"value": "*"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"key": "Referrer-Policy",
|
|
||||||
"value": "origin"
|
|
||||||
}
|
}
|
||||||
]
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue