fix headers

This commit is contained in:
kbariotis 2021-02-14 17:19:12 +02:00
parent 9e2df2ac82
commit e844ef8c34

View File

@ -4,24 +4,12 @@
"src": "/(.*)",
"dest": "/",
"status": 301,
"headers": [
{
"key": "Access-Control-Allow-Origin",
"value": "*"
},
{
"key": "X-Content-Type-Options",
"value": "nosniff"
},
{
"key": "Feature-Policy",
"value": "*"
},
{
"key": "Referrer-Policy",
"value": "origin"
}
]
"headers": {
"Access-Control-Allow-Origin": "*",
"X-Content-Type-Options": "nosniff",
"Feature-Policy": "*",
"Referrer-Policy": "origin"
}
}
]
}