Open
Bug 1817844
Opened 2 years ago
Updated 10 months ago
Deprecate document.domain
Categories
(Core :: DOM: Core & HTML, enhancement)
Core
DOM: Core & HTML
Tracking
()
NEW
Tracking | Status | |
---|---|---|
firefox112 | --- | affected |
People
(Reporter: zcorpan, Unassigned)
References
(Depends on 2 open bugs)
Details
Change the default value of the Origin-Agent-Cluster
header (bug 1665474) to ?1
, which makes document.domain
setter do nothing. Websites can use Origin-Agent-Cluster: ?0
to opt-out to the old behavior.
See https://github.com/mozilla/standards-positions/issues/601
The change will ship in Chromium M115 (reaches Stable July 12)
Updated•2 years ago
|
Component: DOM: Content Processes → DOM: Core & HTML
Updated•2 years ago
|
Reporter | ||
Updated•1 year ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•