[Webkit-unassigned] [Bug 186441] http/tests/security/cors-post-redirect-307.html fails with PSON enabled

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 8 13:45:58 PDT 2018


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

--- Comment #3 from Chris Dumez <cdumez at apple.com> ---
It is added later on by this code:
    if (origin.isEmpty()) {
        // If we don't know what origin header to attach, we attach the value
        // for an empty origin.
        request.setHTTPOrigin(SecurityOrigin::createUnique()->toString());
        return;
    }

in FrameLoader::addHTTPOriginIfNeeded().

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180608/d22a47ff/attachment.html>


More information about the webkit-unassigned mailing list