Entering URLs in address bar violates FPI
Categories
(Core :: DOM: Navigation, enhancement, P5)
Tracking
()
People
(Reporter: arthur, Assigned: pierov)
References
(Blocks 2 open bugs)
Details
(Whiteboard: [tor 26353][tor 31075][dfpi-ok])
Attachments
(1 file)
|
1.33 KB,
patch
|
Details | Diff | Splinter Review |
Updated•7 years ago
|
Comment 1•5 years ago
|
||
IIUC, this issue would be FPI only since dFPI doesn't fill firstPartyDomain field for top-level requests.
| Assignee | ||
Comment 2•3 years ago
|
||
Hello!
I think this patch could solve the behavior you described in comment 0.
However, I am not sure on how to test it the correct way.
I have written a small hello world webapp to simulate third-party cookies, and with FPI enabled it work as expected.
However, I am not sure on how to catch any problem caused by the speculative connection.
Could you please tell me how you observed the violation in the first place?
We think that Tor Browser is not affected even without your original patch, because speculative connections are blocked when a proxy is used, if we understood correctly.
So, I am testing with Firefox, to try to understand what the wrong behavior would look like.
Thanks!
Comment 3•3 years ago
|
||
Redirect a needinfo that is pending on an inactive user to the triage owner.
:adw, since the bug has recent activity, could you have a look please?
For more information, please visit auto_nag documentation.
Comment 4•3 years ago
|
||
If the speculative connection being reported here is in RemoteWebNavigation, then this is downstream of the address bar. The address bar hands off to openTrustedLinkIn() to load URIs.
So I don't think the Address Bar component is well suited to handle this bug -- I know I'm not, and I don't know the answer to the question in comment 2 about how to test the patch in Firefox. Based on blame around the relevant lines in RemoteWebNavigation, it looks like Core :: DOM: Navigation might be a better component.
Updated•3 years ago
|
Comment 5•8 months ago
|
||
Not sure if the same thing, but I've seen incorrect partitionKey behavior in predictive connections in Bug 1951466.
Description
•