[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:11:44 PDT 2012


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





--- Comment #8 from jochen at chromium.org  2012-06-04 15:11:43 PST ---
(From update of attachment 145633)
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?

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