[Webkit-unassigned] [Bug 171550] New: Same-origin module scripts should be requested with credentials if the crossorigin attribute is present

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 2 06:57:33 PDT 2017


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

            Bug ID: 171550
           Summary: Same-origin module scripts should be requested with
                    credentials if the crossorigin attribute is present
           Product: WebKit
           Version: Safari Technology Preview
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML DOM
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: jaffathecake at gmail.com
                CC: cdumez at apple.com

https://module-script-tests-zoelmqooyv.now.sh/cookie-page

Same-origin module scripts should be requested with credentials if the crossorigin attribute is present. The output of the above page should be:

No random number cookie found.
Random number cookie is: 0.30567383219441924
Random number cookie is: 0.30567383219441924

But in Safari it's:

No random number cookie found.
No random number cookie found.
Random number cookie is: 0.6591200076403063

(Obviously your random number will be different).

-- 
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/20170502/cc333bb6/attachment.html>


More information about the webkit-unassigned mailing list