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