diff options
| author | Ariel Costas Guerrero <ariel@costas.dev> | 2025-05-12 17:57:33 +0200 |
|---|---|---|
| committer | Ariel Costas Guerrero <ariel@costas.dev> | 2025-05-12 17:57:49 +0200 |
| commit | 1b54ef6a7da4b2d356a2a33abf98cbb7bf39df2f (patch) | |
| tree | ec86200071d92ecf7390f472e515cc8a40421f1b /staticwebapp.config.json | |
| parent | a327ed48c6d14bf2ccaf8fb0fa4b9ea641481748 (diff) | |
Fix bugs, add new setting, make app great again
Diffstat (limited to 'staticwebapp.config.json')
| -rw-r--r-- | staticwebapp.config.json | 8 |
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" } } |
