From 258d89d86ccc6e437f853a7059f0a6b7883b1c01 Mon Sep 17 00:00:00 2001 From: Ariel Costas Guerrero <94913521+arielcostas@users.noreply.github.com> Date: Mon, 12 Feb 2024 23:03:09 +0100 Subject: Some improvements --- staticwebapp.config.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 staticwebapp.config.json (limited to 'staticwebapp.config.json') 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 -- cgit v1.3