From b2dee17a4171e522bdd7b8058564593570b8a824 Mon Sep 17 00:00:00 2001 From: Christoph Atteneder Date: Fri, 8 Mar 2019 16:19:57 +0100 Subject: [PATCH] Add headers security configuration for root domain on netlify --- _headers | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/_headers b/_headers index 0a5c181b..bcacc190 100644 --- a/_headers +++ b/_headers @@ -1,3 +1,8 @@ +/ + Strict-Transport-Security: max-age=31536000 + X-XSS-Protection: 1; mode=block + X-Content-Type-Options: nosniff + X-Frame-Options: SAMEORIGIN /* Strict-Transport-Security: max-age=31536000 X-XSS-Protection: 1; mode=block