Open
Bug 1920108
Opened 11 months ago
Updated 11 months ago
Hide the text fragment from Service Workers (Client.url and Request.url)
Categories
(Core :: DOM: Navigation, defect)
Core
DOM: Navigation
Tracking
()
NEW
Tracking | Status | |
---|---|---|
firefox132 | --- | affected |
People
(Reporter: farre, Unassigned)
References
(Blocks 1 open bug)
Details
In Firefox this returns the document URL including the fragment directives. Chrome does so also, but Safari 18 (or at least Safari TP 203 which is what I tested) does not.
I think we should match Safari here and hide the fragment directives. Some way for pages to access fragment directives should first be standardized if there's a need to expose it and if it's OK to do so for user privacy.
Reporter | ||
Updated•11 months ago
|
Updated•11 months ago
|
Severity: -- → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•