Files
nick-doc/taskmaster-share/vercel.json
2026-05-24 09:13:34 +04:00

13 lines
254 B
JSON

{
"cleanUrls": true,
"headers": [
{
"source": "/(.*)",
"headers": [
{ "key": "X-Content-Type-Options", "value": "nosniff" },
{ "key": "Referrer-Policy", "value": "strict-origin-when-cross-origin" }
]
}
]
}