Skip to content

Commit f738658

Browse files
authored
Update README.md
1 parent 92ba4c8 commit f738658

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ SecureHeaders::Configuration.default do |config|
6565
}
6666
}
6767
# Add "; preload" and submit the site to hstspreload.org for best protection.
68-
config.hsts = "max-age=#{20.years.to_i}"
68+
config.hsts = "max-age=#{1.week.to_i}"
6969
config.x_frame_options = "DENY"
7070
config.x_content_type_options = "nosniff"
7171
config.x_xss_protection = "1; mode=block"

0 commit comments

Comments
 (0)