Closed
Bug 1287073
Opened 9 years ago
Closed 9 years ago
remove SEC_FORCE_INHERIT_PRINCIPAL_WAS_DROPPED from nsILoadInfo
Categories
(Core :: Security, defect)
Core
Security
Tracking
()
RESOLVED
FIXED
mozilla50
Tracking | Status | |
---|---|---|
firefox50 | --- | fixed |
People
(Reporter: allstars.chh, Assigned: allstars.chh)
Details
Attachments
(1 file, 1 obsolete file)
15.94 KB,
patch
|
sicking
:
review+
|
Details | Diff | Splinter Review |
![]() |
||
Comment 1•9 years ago
|
||
Thanks for taking this, Yoshi.
Assignee | ||
Comment 2•9 years ago
|
||
Assignee | ||
Updated•9 years ago
|
Attachment #8772253 -
Flags: review?(jonas)
Comment on attachment 8772253 [details] [diff] [review]
Patch.
Review of attachment 8772253 [details] [diff] [review]:
-----------------------------------------------------------------
::: netwerk/base/LoadInfo.cpp
@@ +203,5 @@
> , mTainting(LoadTainting::Basic)
> , mUpgradeInsecureRequests(false)
> , mVerifySignedContent(false)
> , mEnforceSRI(false)
> + , mForceInheritPrincipalDropped(false)
You should initialize this member in the copy ctor as well.
You also need to handle the member in LoadInfoToLoadInfoArgs and LoadInfoArgsToLoadInfo
Attachment #8772253 -
Flags: review?(jonas) → review-
Assignee | ||
Comment 4•9 years ago
|
||
Attachment #8772253 -
Attachment is obsolete: true
Assignee | ||
Comment 5•9 years ago
|
||
Comment on attachment 8774282 [details] [diff] [review]
Patch. v2
Hi Jonas
Thanks for the previous review, I've updated copy cstor and LoadInfoArgs as well.
Thanks
Attachment #8774282 -
Flags: review?(jonas)
Attachment #8774282 -
Flags: review?(jonas) → review+
Updated•9 years ago
|
Status: NEW → ASSIGNED
Pushed by yhuang@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/af00de9bc663
remove SEC_FORCE_INHERIT_PRINCIPAL_WAS_DROPPED from nsILoadInfo r=sicking
Comment 7•9 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
status-firefox50:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla50
You need to log in
before you can comment on or make changes to this bug.
Description
•