[Webkit-unassigned] [Bug 72178] Fix mixed content handling for AssociatedURLLoader.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 15 14:07:18 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=72178


Adam Barth <abarth at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #114766|review?, commit-queue?      |review-
               Flag|                            |




--- Comment #3 from Adam Barth <abarth at webkit.org>  2011-11-15 14:07:18 PST ---
(From update of attachment 114766)
View in context: https://bugs.webkit.org/attachment.cgi?id=114766&action=review

We'll also need a test.

> Source/WebKit/chromium/src/AssociatedURLLoader.cpp:148
> +    if (!m_loader->checkIfDisplayInsecureContent(newRequest.url())) {
> +        m_loader->cancel();
> +        return;
> +    }

Don't we need all the checks from CachedResourceLoader::canRequest?  For example, what if this load is forbidden for other reasons?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list