15 lines
337 B
JSON
15 lines
337 B
JSON
|
|
{
|
||
|
|
"rewrites": [
|
||
|
|
{ "source": "/api/(.*)", "destination": "/api/$1" }
|
||
|
|
],
|
||
|
|
"headers": [
|
||
|
|
{
|
||
|
|
"source": "/(.*)",
|
||
|
|
"headers": [
|
||
|
|
{ "key": "X-Content-Type-Options", "value": "nosniff" },
|
||
|
|
{ "key": "X-Frame-Options", "value": "DENY" }
|
||
|
|
]
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|