Files
Hotel-Booking/Frontend/public/vercel.json
Iliyan Angelov cf97df9aeb updates
2025-11-28 20:24:58 +02:00

29 lines
449 B
JSON

{
"rewrites": [
{
"source": "/(.*)",
"destination": "/index.html"
}
],
"headers": [
{
"source": "/(.*)",
"headers": [
{
"key": "X-Content-Type-Options",
"value": "nosniff"
},
{
"key": "X-Frame-Options",
"value": "DENY"
},
{
"key": "X-XSS-Protection",
"value": "1; mode=block"
}
]
}
]
}