privacycg / nav-tracking-mitigations

Navigation-based Tracking Mitigations
https://privacycg.github.io/nav-tracking-mitigations/
35 stars 15 forks source link

Bounce tracking: Record user activation times. #35

Closed wanderview closed 1 year ago

wanderview commented 1 year ago

This information will be used as a signal in other algorithms to avoid deleting storage for these sites. The deletion algorithms have not been written yet.


Preview | Diff

wanderview commented 1 year ago

This is my first time trying to write a monkey patch spec. In this case I don't think it matters when the steps are executed relative to what is already there, so I just said to "append" these steps. Open to suggestions, though.

wanderview commented 1 year ago

I've addressed action items and also fixed a few mistakes I made. In particular I realized we are using schemeless site comparisons because cookies are shared across schemes by default. @jyasskin PTAL. Thanks.