:font_src => %w['none'],
:form_action => %w['self'],
:frame_ancestors => %w['self'],
+ :frame_src => %w['self'],
:img_src => %w['self' data: www.gravatar.com *.wp.com *.tile.openstreetmap.org *.tile.thunderforest.com *.openstreetmap.fr],
:media_src => %w['none'],
:object_src => %w['self'],
:plugin_types => %w[],
:script_src => %w['self'],
- :style_src => %w['self' 'unsafe-inline'],
+ :style_src => %w['self'],
:report_uri => [CSP_REPORT_URL]
}
+ csp_policy[:connect_src] << PIWIK["location"] if defined?(PIWIK)
csp_policy[:img_src] << PIWIK["location"] if defined?(PIWIK)
csp_policy[:script_src] << PIWIK["location"] if defined?(PIWIK)
else