We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b6c3d0 commit b0d132eCopy full SHA for b0d132e
1 file changed
app/jobs/regular/pull_hotlinked_images.rb
@@ -24,6 +24,7 @@ def execute(args)
24
25
extract_images_from(post.cooked).each do |image|
26
src = image['src']
27
+ src = "http:" + src if src.start_with?("//")
28
29
if is_valid_image_url(src)
30
begin
0 commit comments