[Webkit-unassigned] [Bug 67978] WebWorkers fail with document.domain set when accessing from subdomain

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 13 13:38:49 PDT 2011


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


Adam Barth <abarth at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |abarth at webkit.org




--- Comment #3 from Adam Barth <abarth at webkit.org>  2011-09-13 13:38:49 PST ---
>    if (!scriptExecutionContext()->securityOrigin()->canAccess(SecurityOrigin::create(scriptURL).get())) {                                                     

Whenever you see this sort of code, you probably want to call canRequest instead.

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