Merge remote-tracking branch 'upstream/pull/5378'
This commit is contained in:
commit
12998355a3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue