Investigate if we can use IsPotentiallyTrustworthy to indicate mIsSecure in BrowsingContext
Categories
(Core :: DOM: Security, task, P2)
Tracking
()
Fission Milestone | M6a |
People
(Reporter: ckerschb, Assigned: ckerschb)
References
Details
(Whiteboard: [domsecurity-active])
Attachments
(1 obsolete file)
As a follow up to Bug 1575356 we can investigate if we can rely on IsPotentiallyTrustworthy within Document::SetDocumentURI when we set isSecure on the browsingcontext.
Comment 1•5 years ago
|
||
Tracking for Fission Nightly milestone (M6)
Assignee | ||
Comment 2•5 years ago
|
||
Assignee | ||
Comment 3•5 years ago
|
||
Updated•5 years ago
|
Assignee | ||
Comment 4•5 years ago
|
||
The change here got r+ed but is probably too risky to land that close to the end of the cycle. I'll land once we are in the new cycle.
Comment 6•5 years ago
|
||
bugherder |
Assignee | ||
Comment 7•5 years ago
|
||
Aryx, would it be do-able to backout that change again, or do I have to write a reverse-patch? If do-able, could you please back it out for me?
Comment 8•5 years ago
|
||
Backout on request by dev
Backout link: https://hg.mozilla.org/integration/autoland/rev/ba83bb6e6944857f38a03eee9935ba194e1645a8
Updated•5 years ago
|
Updated•5 years ago
|
Updated•5 years ago
|
![]() |
||
Comment 9•5 years ago
|
||
Backout will be merged to central in 6-12 hours.
![]() |
||
Comment 10•5 years ago
|
||
Backout merged: https://hg.mozilla.org/mozilla-central/rev/ba83bb6e6944
Assignee | ||
Comment 11•5 years ago
|
||
There is no rigorous benefit of landing this patch if it causes problems. We have been using document->URI->SchemeIs("https") for a many years. Even though using potentially trustworthy was worth a shot I guess we just stick with what we have and mark this a WONTFIX.
Updated•5 years ago
|
Description
•