[Webkit-unassigned] [Bug 192375] HTTPS Upgrade: Figure out if/how to tell clients that the HTTPS upgrade happened
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Dec 10 14:30:30 PST 2018
https://bugs.webkit.org/show_bug.cgi?id=192375
Alex Christensen <achristensen at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #356978|review? |review-
Flags| |
--- Comment #29 from Alex Christensen <achristensen at apple.com> ---
Comment on attachment 356978
--> https://bugs.webkit.org/attachment.cgi?id=356978
Patch
View in context: https://bugs.webkit.org/attachment.cgi?id=356978&action=review
> Source/WebKit/NetworkProcess/NetworkLoadChecker.cpp:209
> + if (m_requestLoadType != LoadType::MainFrame)
> + return;
Why don't we want to upgrade sub resource requests?
> Source/WebKit/NetworkProcess/NetworkLoadChecker.h:64
> + void check(WebCore::ResourceRequest&&, WebCore::ContentSecurityPolicyClient*, ValidationHandler&&);
This is a bad name.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20181210/1a303e5f/attachment.html>
More information about the webkit-unassigned
mailing list