We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c612a43 commit 83db2d9Copy full SHA for 83db2d9
1 file changed
config/initializers/decidim.rb
@@ -141,7 +141,8 @@
141
142
config.content_security_policies_extra = {
143
"connect-src" => "photon.komoot.io",
144
- "worker-src" => %w('self')
+ "worker-src" => %w('self', 'blob:'),
145
+ "child-src" => %w('self', 'blob:')
146
}
147
148
if Rails.application.secrets.maps.present? && Rails.application.secrets.maps[:static_provider].present?
0 commit comments