Open
Bug 1614735
Opened 5 years ago
Updated 2 years ago
Evaluate calls to SetPrincipal within Document.cpp
Categories
(Core :: DOM: Security, task, P3)
Core
DOM: Security
Tracking
()
NEW
People
(Reporter: ckerschb, Unassigned)
References
Details
(Whiteboard: [domsecurity-backlog1])
It seems that SetPrincipal calls are outdated and we rather want to call RefreshRealmPrincipal, see:
https://searchfox.org/mozilla-central/rev/a1592902acabf9bded973067133baaac1457f3d3/dom/base/Document.cpp#2596,2625-2628
Anyway, we should evaluate all the calls to SetPrincipal and all its side effects.
Reporter | ||
Updated•5 years ago
|
Type: defect → task
Priority: -- → P3
Whiteboard: [domsecurity-backlog1]
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•