[Webkit-unassigned] [Bug 88139] The value in Access-Control-Allow-Origin is not being matched correctly for CORS-enabled requests

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 4 15:14:41 PDT 2012


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





--- Comment #10 from jochen at chromium.org  2012-06-04 15:14:40 PST ---
(In reply to comment #9)
> (In reply to comment #8)
> > (From update of attachment 145633 [details] [details])
> > View in context: https://bugs.webkit.org/attachment.cgi?id=145633&action=review
> > 
> > > Source/WebCore/loader/CrossOriginAccessControl.cpp:152
> > > +    if (accessControlOriginString != securityOrigin->toString()) {
> > 
> > should we check for !securityOrigin->isUnique() or would that be overkill?
> 
> That check is already a few lines above the change.

ok, patch looks good then

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