This commit is contained in:
Vincent Driessen
2012-10-26 22:45:06 +02:00
parent 6735984ce2
commit 37a07ce671
-3
View File
@@ -53,6 +53,3 @@ class SSLify(object):
"""Adds HSTS header to each response."""
response.headers.setdefault('Strict-Transport-Security', self.hsts_header)
return response