Closed
Bug 1658572
Opened 4 years ago
Closed 4 years ago
Do not propagate user activation state while loading loading-error-page (about:neterror)
Categories
(Core :: DOM: Security, task, P2)
Core
DOM: Security
Tracking
()
Tracking | Status | |
---|---|---|
firefox81 | --- | fixed |
People
(Reporter: edgar, Assigned: edgar)
References
Details
(Whiteboard: [domsecurity-active])
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
Propagate user activation state to nsDocShellLoadState
is used for Sec-Fetch-User
header (bug 1621987). We currently meet an issue on loading error page (about:neterror), see bug 1611961 comment 15, where it could possibly get the user activation state that is not what we expect (or from a wrong WindowContext).
It seems to me that we don't really need to propagate user activation state while loading about:neterror.
Assignee | ||
Comment 1•4 years ago
|
||
Assignee | ||
Comment 2•4 years ago
|
||
Updated•4 years ago
|
Severity: -- → S2
Status: NEW → ASSIGNED
Priority: -- → P2
Whiteboard: [domsecurity-active]
Pushed by echen@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/f9f7ff74b5b8
Do not propagate user activation state while loading loading-error-page (about:neterror); r=ckerschb
Updated•4 years ago
|
Fission Milestone: --- → M6b
Comment 4•4 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox81:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 81 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•