From 92f2c01831de8434b62d3c89ca2b2dbec64599c2 Mon Sep 17 00:00:00 2001 From: Andrew Krasichkov Date: Sun, 14 May 2017 14:40:57 +0300 Subject: [PATCH] [add_header_redefinition] Exclude HSTS header from defaults, because it is not necessary for security.. --- gixy/plugins/add_header_redefinition.py | 1 - 1 file changed, 1 deletion(-) diff --git a/gixy/plugins/add_header_redefinition.py b/gixy/plugins/add_header_redefinition.py index 9332cf8..367ba23 100644 --- a/gixy/plugins/add_header_redefinition.py +++ b/gixy/plugins/add_header_redefinition.py @@ -22,7 +22,6 @@ class add_header_redefinition(Plugin): 'x-content-type-options', 'x-xss-protection', 'content-security-policy', - 'strict-transport-security', 'cache-control'} }