security_headers.rb revision 1974ebd587f6c126ffe11829f944d7c10c667d98
config.hsts = 'max_age=99; include_subdomains=true'
# By default, load resources only from own origin.
# For CSS, allow styles from style elements and attributes for GWT.
config.csp = {
disable_chrome_extension: true,
}
end