]> cat aescling's git repositories - mastodon.git/commit
Fix remote files not using Content-Type header, streaming (#14184)
authorEugen Rochko <eugen@zeonfederated.com>
Tue, 30 Jun 2020 21:58:02 +0000 (23:58 +0200)
committerGitHub <noreply@github.com>
Tue, 30 Jun 2020 21:58:02 +0000 (23:58 +0200)
commit7aaf2b44ec698fd4f20b927fcac7edc0394a2647
tree036b96777e1f525b2b76aab36204dee30cfa3345
parent65506bac3f3fe233b5b7b3241020bd74eb5c9259
Fix remote files not using Content-Type header, streaming (#14184)
app/lib/response_with_limit.rb [new file with mode: 0644]
app/models/concerns/attachmentable.rb
app/models/concerns/remotable.rb
config/application.rb
config/initializers/paperclip.rb
lib/paperclip/image_extractor.rb
lib/paperclip/media_type_spoof_detector_extensions.rb [new file with mode: 0644]
lib/paperclip/response_with_limit_adapter.rb [new file with mode: 0644]
spec/models/concerns/remotable_spec.rb