security_headers.rb revision 0c6ce6e1864f25f9832d6e7499a3d7457bfbc622
config.hsts = 'max-age=99; includeSubdomains'
config.cookies = {
secure: true,
httponly: false,
samesite: {
strict: true,
},
}
# By default, load resources only from own origin.
# For CSS, allow styles from style elements and attributes for GWT.
config.csp = {
}
end