Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compress any HTTP responses which are safe to do so #769

Closed
dstufft opened this issue Nov 20, 2015 · 0 comments
Closed

Compress any HTTP responses which are safe to do so #769

dstufft opened this issue Nov 20, 2015 · 0 comments

Comments

@dstufft
Copy link
Member

dstufft commented Nov 20, 2015

We should make a little middleware or so that will automatically compress HTTP responses (when possible) if they do not have Vary: Cookie or Vary: Authorization headers. This should be a good indicator that the current page does not have any secret information on it and thus shouldn't be a target for a CRIME attack.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant