blob: 5eaaf6c1b30b2f189759ec1d8501e1ab79d3e592 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
{
"navigationFallback": {
"rewrite": "/index.html"
},
"globalHeaders": {
"X-Content-Type-Options": "nosniff",
"X-Frame-Options": "DENY",
"X-XSS-Protection": "1; mode=block",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains; preload",
"Referrer-Policy": "no-referrer",
"X-Robots-Tag": "none"
}
}
|