Closed
Bug 1225353
Opened 9 years ago
Closed 7 years ago
DocShell/NeckoOriginAttributes should inherit mSignedPkg accordingly by mSignedPkgInBrowser
Categories
(Core :: Security: CAPS, defect)
Core
Security: CAPS
Tracking
()
RESOLVED
WONTFIX
Tracking | Status | |
---|---|---|
firefox45 | --- | affected |
People
(Reporter: allstars.chh, Unassigned)
References
Details
See https://bugzilla.mozilla.org/show_bug.cgi?id=1209162#c12
<modified>
"When we call DocShellOriginAttributes::InheritFromDocToChildDocShell, this information needs to get additional parameters indicating if it's a mozbrowser iframe or not. If it is a mozbrowser iframe, then we inherit all the OriginAttributes from the document, except for mSignedPkgInBrowser to true.
"NeckoOriginAttributes should only clear mSignedPkg if mSignedPkgInBrowser is false. If it is true we leave mSignedPkg as-is."
Reporter | ||
Updated•9 years ago
|
Blocks: nsec-origins
Reporter | ||
Comment 1•9 years ago
|
||
Jonas also mentioned in
https://bugzilla.mozilla.org/show_bug.cgi?id=1209162#c39
"Maybe we should add a function like:
DocShellOriginAttributes::InheritFromDocToChildDocShell(PrincipalOriginAttributes& aAttrs, nsIContent* iframeElement)
This function could then look at the mozbrowser attributes and set the appropriate values on the docshelloriginattributes."
Comment 2•7 years ago
|
||
I suspect we can close this bug, right?
Reporter | ||
Updated•7 years ago
|
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•