security_headers.rb revision 52f48599c05f6b3385a2ac8e04ec96cbe7bb4f39
# 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