Trac: Description: There are a variety of speculative connect features in Tor Browser that we want to make sure are isolated by first-party or disabled. These include
link rel=preconnect link rel=prefetch link rel=prerender
and possibly more.
We should test this for the ESR45 and ESR52 versions of Tor Browser, because isolation will have different mechanisms.
to
There are a variety of "resource hint" features in Tor Browser that we want to make sure are isolated by first-party or disabled. These include
link rel=preconnect link rel=prefetch link rel=prerender
and possibly more.
We should test this for the ESR45 and ESR52 versions of Tor Browser, because isolation will have different mechanisms.
Trac: Description: There are a variety of "resource hint" features in Tor Browser that we want to make sure are isolated by first-party or disabled. These include
link rel=preconnect link rel=prefetch link rel=prerender
and possibly more.
We should test this for the ESR45 and ESR52 versions of Tor Browser, because isolation will have different mechanisms.
Arthur, I am a bit hesitant but could you squeeze that onto your ToDo list for the coming week? I make this ticket blocking #15988 (moved) for now but need the latter resolved one way or the other by the end of next week.
The first disables our test for the track element, because it is failing (not sure why I haven't seen this before). Fixing this track element test can be a separate task: #21679 (moved).
The second patch implements the link rel=prefetch test. This test confirms that prefetch requests and caching are correctly isolated by first party.
I'm working on a version of this patch for Firefox that should be backportable to TBB/ESR52.
Trac: Status: new to needs_review Keywords: TorBrowserTeam201703 deleted, TorBrowserTeam201703R added
The first disables our test for the track element, because it is failing (not sure why I haven't seen this before). Fixing this track element test can be a separate task: #21679 (moved).
The second patch implements the link rel=prefetch test. This test confirms that prefetch requests and caching are correctly isolated by first party.
I'm working on a version of this patch for Firefox that should be backportable to TBB/ESR52.
Thanks. I guess there is no need to backport this fix to the 6.5.x branch and our 7.0.x one is basically about to get switched to ESR 52. So, while this patch looks good I guess I wait for the ESR52 one and move this ticket instead on our ff52-esr radar.
Thanks. I guess there is no need to backport this fix to the 6.5.x branch and our 7.0.x one is basically about to get switched to ESR 52. So, while this patch looks good I guess I wait for the ESR52 one and move this ticket instead on our ff52-esr radar.
OK! That also means I can close #21679 (moved) because the element test as adapted by Mozilla is already working in our ESR52 branch.