From 9baeee43d324accea21e5ac0de9f2255fbe31465 Mon Sep 17 00:00:00 2001 From: Daniel Bulant Date: Mon, 24 Jan 2022 09:21:39 +0100 Subject: [PATCH] add nosniff header --- _headers | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_headers b/_headers index 0c478aa..0995a4d 100644 --- a/_headers +++ b/_headers @@ -1,2 +1,3 @@ /* - Content-Security-Policy: default-src 'self' \ No newline at end of file + Content-Security-Policy: default-src 'self' + X-Content-Type-Options: nosniff \ No newline at end of file