mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
fix: testing headers
This commit is contained in:
parent
448f3723a3
commit
6dec38f291
1 changed files with 21 additions and 0 deletions
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",
|
||||
"headers": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue