security_headers.rb revision b6f6bbaf12eb24f08dcba6e01214645ea240e8ed
config.hsts = 'max-age=99; includeSubdomains'
# By default, load resources only from own origin.
# For CSS, allow styles from style elements and attributes for GWT.
config.csp = {
}
end