From 8686ebfd9155ae32fc07dfd4a3323f0c38fffc96 Mon Sep 17 00:00:00 2001 From: Tixie Date: Tue, 3 Dec 2019 23:58:01 +0100 Subject: [PATCH] add xss-protection + iframe protection headers --- netlify.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/netlify.toml b/netlify.toml index 4042320..fb7a9f2 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,3 +1,9 @@ +[[headers]] + for = "/*" + [headers.values] + X-Frame-Options = "DENY" + X-XSS-Protection = "1; mode=block" + [[redirects]] from = "/musics" to = "/"