Bug 171550 - Same-origin module scripts should be requested with credentials if the crossorigin attribute is present
Summary: Same-origin module scripts should be requested with credentials if the crosso...
Status: RESOLVED DUPLICATE of bug 210326
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: Safari Technology Preview
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Yusuke Suzuki
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2017-05-02 06:57 PDT by Jake Archibald
Modified: 2020-04-13 06:12 PDT (History)
9 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jake Archibald 2017-05-02 06:57:33 PDT
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).
Comment 1 Radar WebKit Bug Importer 2018-02-21 13:08:56 PST
<rdar://problem/37757892>
Comment 2 Yusuke Suzuki 2020-04-13 05:53:03 PDT
Will fix with https://bugs.webkit.org/show_bug.cgi?id=210326, thanks!!!!
Comment 3 Yusuke Suzuki 2020-04-13 06:12:20 PDT

*** This bug has been marked as a duplicate of bug 210326 ***