We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92ba4c8 commit f738658Copy full SHA for f738658
README.md
@@ -65,7 +65,7 @@ SecureHeaders::Configuration.default do |config|
65
}
66
67
# Add "; preload" and submit the site to hstspreload.org for best protection.
68
- config.hsts = "max-age=#{20.years.to_i}"
+ config.hsts = "max-age=#{1.week.to_i}"
69
config.x_frame_options = "DENY"
70
config.x_content_type_options = "nosniff"
71
config.x_xss_protection = "1; mode=block"
0 commit comments