Open danlamanna opened 1 year 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.
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.