# HG changeset patch # User Rob Hoelz # Date 1355175461 -3600 # Node ID 6b7a2d1a1879f23191c4a9828d9cfdb751ae0699 # Parent cd2262969d2ee337b50b045a9d37ec3d484f34db# Parent efa9c1676d1f56e8a6da5355398a1cd0ebf00080 Merging from upstream diff -r cd2262969d2e -r 6b7a2d1a1879 mod_strict_https/mod_strict_https.lua --- a/mod_strict_https/mod_strict_https.lua Mon Dec 10 22:35:17 2012 +0100 +++ b/mod_strict_https/mod_strict_https.lua Mon Dec 10 22:37:41 2012 +0100 @@ -5,7 +5,7 @@ local http_server = require "net.http.server"; -local hsts_header = module:get_option_string("hsts_header", "max_age=31556952"); -- This means "Don't even try to access without HTTPS for a year" +local hsts_header = module:get_option_string("hsts_header", "max-age=31556952"); -- This means "Don't even try to access without HTTPS for a year" local _old_send_response; local _old_fire_event;