aboutsummaryrefslogtreecommitdiff
path: root/staticwebapp.config.json
diff options
context:
space:
mode:
authorAriel Costas Guerrero <94913521+arielcostas@users.noreply.github.com>2024-02-12 23:03:09 +0100
committerAriel Costas Guerrero <94913521+arielcostas@users.noreply.github.com>2024-02-12 23:03:09 +0100
commit258d89d86ccc6e437f853a7059f0a6b7883b1c01 (patch)
treee6aa84c6f1abb415b9dc94b6fa0fbe4d366702b1 /staticwebapp.config.json
parent0608fd841ca954c171bf4f1db1078957ee22cde3 (diff)
Some improvements
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
new file mode 100644
index 0000000..d404c78
--- /dev/null
+++ b/staticwebapp.config.json
@@ -0,0 +1,8 @@
+{
+ "globalHeaders": {
+ "X-Frame-Options": "DENY",
+ "X-Content-Type-Options": "nosniff",
+ "X-XSS-Protection": "1; mode=block",
+ "Content-Security-Policy": "default-src 'none'; script-src 'self'; style-src 'self'; img-src 'self'; font-src 'self'"
+ }
+} \ No newline at end of file