Bug 171550
Summary: | Same-origin module scripts should be requested with credentials if the crossorigin attribute is present | ||
---|---|---|---|
Product: | WebKit | Reporter: | Jake Archibald <jaffathecake> |
Component: | DOM | Assignee: | Yusuke Suzuki <ysuzuki> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | cdumez, dpaddock, fpizlo, ggaren, manian, rniwa, webkit-bug-importer, wilander, ysuzuki |
Priority: | P2 | Keywords: | InRadar |
Version: | Safari Technology Preview | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
See Also: | https://bugs.webkit.org/show_bug.cgi?id=171566 |
Jake Archibald
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).
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/37757892>
Yusuke Suzuki
Will fix with https://bugs.webkit.org/show_bug.cgi?id=210326, thanks!!!!
Yusuke Suzuki
*** This bug has been marked as a duplicate of bug 210326 ***