[Webkit-unassigned] [Bug 26196] New: Fix the problem that worker's importScripts fails if the script URL is redirected from different origin.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 4 13:14:52 PDT 2009


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

           Summary: Fix the problem that worker's importScripts fails if the
                    script URL is redirected from different origin.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jianli at chromium.org


Per the spec, the scripts loaded by worker's importScripts can come or redirect
from any domain. Currently DocumentThreadableLoader::willSendRequest always
checks if the redirection URL is from the same domain. To fix this problem, we
need to pass additional enum parameter to the loader to tell it to perform the
redirection check or not.


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



More information about the webkit-unassigned mailing list