Browse Source

Remove Rack::Deflater (#17937)

Co-authored-by: Eugen Rochko <eugen@zeonfederated.com>
pull/1253/head
gol-cha 4 years ago committed by GitHub
parent
commit
8d33189104
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      config/application.rb

1
config/application.rb

@ -165,7 +165,6 @@ module Mastodon
config.active_job.queue_adapter = :sidekiq
config.middleware.use Rack::Attack
config.middleware.use Rack::Deflater
config.middleware.use Mastodon::RackMiddleware
config.to_prepare do

Loading…
Cancel
Save