Files
Brian Helba 783f1fc99a Block ETag tracking on outgoing request, instead of incoming response
This change more directly addresses the privacy concern where servers can identify whether a given client has previously downloaded some content. This tracking occurs when a request for an already-cached resource is sent to the server with an `If-None-Match` header. If the cached resource was previously received with a unique `ETag`, the server can uniquely identify the user. Rather than blocking the client from reading `ETag` values (which may be safely be used for other purposes; see #177), this change prevents servers from being informed about whether the client has any cached content.

Fixes #177.
2022-06-07 11:14:58 +02:00
..
2020-03-20 01:50:22 +01:00
2020-02-20 14:12:06 +01:00
2020-04-15 00:53:01 +02:00
2021-12-28 18:02:48 +01:00
2021-12-28 18:02:48 +01:00
2022-02-17 21:22:25 +01:00
2020-11-21 18:27:54 +01:00
2022-03-25 18:01:59 +01:00
2022-03-25 18:01:59 +01:00
2020-01-06 17:15:58 +01:00