Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9a5c01b31b | |||
| fa95c6e482 |
-17
@@ -1,17 +0,0 @@
|
|||||||
{
|
|
||||||
"cleanUrls": true,
|
|
||||||
"trailingSlash": false,
|
|
||||||
"rewrites": [
|
|
||||||
{ "source": "/(.*)", "destination": "/index.html" }
|
|
||||||
],
|
|
||||||
"headers": [
|
|
||||||
{
|
|
||||||
"source": "/(.*)",
|
|
||||||
"headers": [
|
|
||||||
{ "key": "X-Content-Type-Options", "value": "nosniff" },
|
|
||||||
{ "key": "X-Frame-Options", "value": "SAMEORIGIN" },
|
|
||||||
{ "key": "Referrer-Policy", "value": "strict-origin-when-cross-origin" }
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user