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
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