[Webkit-unassigned] [Bug 39750] Allow peer frame navigation for file URLs when allowFileAccessFromFileURLs is false

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 26 12:38:06 PDT 2010


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





--- Comment #3 from Justin Schuh <jschuh at chromium.org>  2010-05-26 12:38:07 PST ---
(In reply to comment #2)
> (From update of attachment 57119 [details])
> WebCore/loader/FrameLoader.cpp:2194
>  +          && targetFrame->document()->url().protocolIs("file")) {
> We should be getting this information out of the securityOrigin() not out of the document's URL.  Don't we just want to ask if securityOrigin()->isLocal() ?

Yes I suppose we do. Posting an updated patch.

-- 
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