Closed
Bug 1757206
Opened 3 years ago
Closed 3 years ago
Interaction urls should not have #fragments stripped
Categories
(Toolkit :: Places, defect, P3)
Toolkit
Places
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: acreskey, Assigned: acreskey)
Details
Attachments
(1 obsolete file)
We are currently stripping #fragments from urls when recording interactions by using specIgnoringRef
https://searchfox.org/mozilla-central/rev/8efeb8af3abb331df65c424ea79bab073140f173/browser/components/places/InteractionsChild.jsm#172-173
The bug is to remove this behaviour so that we record the Interaction with the full url.
Assignee | ||
Comment 1•3 years ago
|
||
We no longer strip the #fragments from urls when recording interations because it can lead to same-site snapshot-suggestion.y
Updated•3 years ago
|
Severity: -- → S3
Priority: -- → P3
Assignee | ||
Comment 2•3 years ago
|
||
We discussed this issue and decided on an alternative solution: we will strip fragments from the Snapshot suggestion context url as well as manual snapshot creation.
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → WONTFIX
Updated•3 years ago
|
Attachment #9265540 -
Attachment is obsolete: true
You need to log in
before you can comment on or make changes to this bug.
Description
•