Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/pull/5378'
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhughes committed Dec 4, 2024
2 parents 98b4d62 + 88d8001 commit 1299835
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/application_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class ApplicationController < ActionController::Base

def self.allow_thirdparty_images(**options)
content_security_policy(options) do |policy|
policy.img_src("*")
policy.img_src("*", :data)
end
end

Expand Down

0 comments on commit 1299835

Please sign in to comment.