Browse Source

Remove Rack::Deflater (#17937)

Co-authored-by: Eugen Rochko <eugen@zeonfederated.com>
closed-social-glitch-2
gol-cha 1 year ago
committed by GitHub
parent
commit
8d33189104
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      config/application.rb

+ 0
- 1
config/application.rb View File

@ -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