aboutsummaryrefslogtreecommitdiff
path: root/staticwebapp.config.json
diff options
context:
space:
mode:
authorAriel Costas Guerrero <ariel@costas.dev>2025-05-12 17:57:33 +0200
committerAriel Costas Guerrero <ariel@costas.dev>2025-05-12 17:57:49 +0200
commit1b54ef6a7da4b2d356a2a33abf98cbb7bf39df2f (patch)
treeec86200071d92ecf7390f472e515cc8a40421f1b /staticwebapp.config.json
parenta327ed48c6d14bf2ccaf8fb0fa4b9ea641481748 (diff)
Fix bugs, add new setting, make app great again
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"
}
}