From: Bjørn Erik Pedersen Date: Sat, 29 Apr 2017 20:20:36 +0000 (+0200) Subject: netlify: Add some security headers X-Git-Tag: v0.21~82 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=565a78b1;p=brevno-suite%2Fhugo netlify: Add some security headers --- diff --git a/docs/static/_headers b/docs/static/_headers new file mode 100644 index 00000000..53cc866d --- /dev/null +++ b/docs/static/_headers @@ -0,0 +1,4 @@ +/* + X-Frame-Options: DENY + X-XSS-Protection: 1; mode=block + X-Content-Type-Options: nosniff \ No newline at end of file