Skip to content

Commit

Permalink
[COEPForSharedWorker] Do not block worker with incompatible COEP
Browse files Browse the repository at this point in the history
Bug: 1226550
Change-Id: Id037a95461ac7931b0c14d62f0e7a295db06dd9b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3035102
Reviewed-by: Arthur Sonzogni <[email protected]>
Commit-Queue: Yifan Luo <[email protected]>
Cr-Commit-Position: refs/heads/master@{#902490}
  • Loading branch information
iVanlIsh authored and chromium-wpt-export-bot committed Jul 16, 2021
1 parent 6ec8995 commit fc1ec16
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
sharedWorkerTest("same-origin",
same_origin, coep_none,
cookie_same_origin,
"Worker blocked");
cookie_same_origin);

sharedWorkerTest("same-origin + credentialless worker",
same_origin, coep_credentialless,
Expand All @@ -112,7 +112,7 @@
sharedWorkerTest("cross-origin",
cross_origin, coep_none,
cookie_cross_origin,
"Worker blocked");
cookie_cross_origin);

sharedWorkerTest("cross-origin + credentialless worker",
cross_origin, coep_credentialless,
Expand Down

0 comments on commit fc1ec16

Please sign in to comment.