forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pass nonce in net::IsolationInfo for shared workers subresources
This CL takes the nonce into account when creating the net::IsolationInfo for subresource requests initiated by shared workers. In this way, the IsolationInfo is populated correctly also if the shared worker is owned by an anonymous iframe. Anonymous iframes are implemented behind a flag, so this CL should have no effect unless that flag is enabled. Bug: 1226469 Change-Id: I9b3a621c6272399751a6774671bd4ac49c58e3aa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3141440 Commit-Queue: Antonio Sartori <antoniosartori@chromium.org> Reviewed-by: Ben Kelly <wanderview@chromium.org> Cr-Commit-Position: refs/heads/main@{#919784}
- Loading branch information
Showing
2 changed files
with
40 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters