Skip to content

Commit

Permalink
[add_header_redefinition] Exclude HSTS header from defaults, because …
Browse files Browse the repository at this point in the history
…it is not necessary for security..
  • Loading branch information
buglloc committed May 14, 2017
1 parent 7d8fb88 commit 92f2c01
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gixy/plugins/add_header_redefinition.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ class add_header_redefinition(Plugin):
'x-content-type-options',
'x-xss-protection',
'content-security-policy',
'strict-transport-security',
'cache-control'}
}

Expand Down

0 comments on commit 92f2c01

Please sign in to comment.