Allow apache to control the HSTS setting
This commit is contained in:
parent
b396c8cbe5
commit
d987416901
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@ cookie_policy = {
|
|||
}
|
||||
|
||||
SecureHeaders::Configuration.default do |config|
|
||||
config.hsts = SecureHeaders::OPT_OUT
|
||||
config.csp = SecureHeaders::OPT_OUT
|
||||
config.csp_report_only = csp_policy
|
||||
config.cookies = cookie_policy
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue