From 1b54ef6a7da4b2d356a2a33abf98cbb7bf39df2f Mon Sep 17 00:00:00 2001 From: Ariel Costas Guerrero Date: Mon, 12 May 2025 17:57:33 +0200 Subject: Fix bugs, add new setting, make app great again --- staticwebapp.config.json | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'staticwebapp.config.json') 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" } } -- cgit v1.3