Skip to content

Commit 52887b7

Browse files
authored
try to fix blob: syntax
1 parent 4ce5348 commit 52887b7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

config/initializers/decidim.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,8 @@
141141

142142
config.content_security_policies_extra = {
143143
"connect-src" => "photon.komoot.io",
144-
"worker-src" => %w('self' 'blob:'),
145-
"child-src" => %w('self' 'blob:')
144+
"worker-src" => %w('self' blob:),
145+
"child-src" => %w('self' blob:)
146146
}
147147

148148
if Rails.application.secrets.maps.present? && Rails.application.secrets.maps[:static_provider].present?

0 commit comments

Comments
 (0)