aboutsummaryrefslogtreecommitdiff
path: root/staticwebapp.config.json
diff options
context:
space:
mode:
Diffstat (limited to 'staticwebapp.config.json')
-rw-r--r--staticwebapp.config.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/staticwebapp.config.json b/staticwebapp.config.json
index d3c815b..5eaaf6c 100644
--- a/staticwebapp.config.json
+++ b/staticwebapp.config.json
@@ -1,5 +1,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"
}
}