From 14799ceb878407e43210fd674e77bfde08177176 Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Sat, 4 Nov 2017 12:57:44 +0000 Subject: [PATCH] add headers for netlify --- static/_headers | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 static/_headers diff --git a/static/_headers b/static/_headers new file mode 100644 index 0000000..af8b18a --- /dev/null +++ b/static/_headers @@ -0,0 +1,16 @@ +/* + X-Content-Type-Options: nosniff + X-XSS-Protection: 1; mode=block + X-Frame-Options: DENY + +/*.jpg + Cache-Control: max-age=8035200 + +/*.svg + Cache-Control: max-age=8035200 + +/*.css + Cache-Control: max-age=2678400 + +/*.js + Cache-Control: max-age=2678400