kitware-resonant / django-composed-configuration

Turnkey Django settings for data management applications.
Apache License 2.0
9 stars 2 forks source link

Consider adding gzip middleware #190

Open danlamanna opened 12 months ago

danlamanna commented 12 months ago

Heroku doesn't compress responses: https://devcenter.heroku.com/articles/compressing-http-messages-with-gzip.

Django has gzip middleware that now has a mitigation for the BREACH attack: https://docs.djangoproject.com/en/4.2/ref/middleware/#module-django.middleware.gzip.