privacycg / nav-tracking-mitigations

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

End extended navigation on tab close #85

Closed svendlarsen closed 1 month ago

svendlarsen commented 1 month ago

Specify that the extended navigation ends when the associated tab is about to close (i.e., top-level traversable is closing).

Fixes #83.


Preview | Diff

svendlarsen commented 1 month ago

It looks like CI possibly needs to be updated? It's failing to install bikeshed:

$ pip3 install bikeshed --quiet
    error: externally-managed-environment
wanderview commented 1 month ago

LGTM, but hoping @jyasskin can help with the CI issue.

svendlarsen commented 1 month ago

CI failure should be fixed once #84 is merged.

svendlarsen commented 1 month ago

CI failure should be fixed once #84 is merged.

It was indeed.