Files
plane/apps/admin/vercel.json
T

26 lines
479 B
JSON

{
"headers": [
{
"source": "/(.*)",
"headers": [
{
"key": "X-Frame-Options",
"value": "DENY"
},
{
"key": "X-Content-Type-Options",
"value": "nosniff"
},
{
"key": "Strict-Transport-Security",
"value": "max-age=31536000; includeSubDomains"
},
{
"key": "X-XSS-Protection",
"value": "1; mode=block"
}
]
}
]
}