Hacker News new | ask | show | jobs
by hobohacker 4512 days ago
Let's be clear that the original CRIME attack was against request header secrets. Therefore, disabling response header compression (as nginx defaults to) does not prevent that. SPDY/3.1 request header compression is a client-side choice, not server-side.
1 comments

CRIME attack isn't specific to request or response. If you pass secrets in response headers, then the attack can be performed against them.
That's true, which is why I was careful to say in its original form :) Since the original attack was on cookies (request headers). To my knowledge, no other SPDY server defaults response header compression to off. But yeah, if your application does pass secrets in response headers, you should be careful.