-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 1617760 [wpt PR 21943] - Run CORP on nested frame navigations, a=…
…testonly Automatic update from web-platform-tests Run CORP on nested frame navigations This implements WICG/cross-origin-embedder-policy#11. Change-Id: I7bb07f0616cc947c8a84fa140af58984046c7587 Bug: 887967 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2066358 Reviewed-by: Kinuko Yasuda <kinuko@chromium.org> Commit-Queue: Yutaka Hirano <yhirano@chromium.org> Cr-Commit-Position: refs/heads/master@{#745857} -- wpt-commits: 52191577ce292eed7bf42651764b8010b112ec8c wpt-pr: 21943
- Loading branch information
1 parent
b045a2e
commit 29d559f
Showing
3 changed files
with
31 additions
and
2 deletions.
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
1 change: 1 addition & 0 deletions
1
testing/web-platform/tests/html/cross-origin-opener-policy/resources/postback.html.headers
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
Cross-Origin-Embedder-Policy: require-corp | ||
Cross-Origin-Resource-Policy: cross-origin |
1 change: 1 addition & 0 deletions
1
...ts/html/infrastructure/safe-passing-of-structured-data/resources/echo-iframe.html.headers
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
Cross-Origin-Embedder-Policy: require-corp | ||
Cross-Origin-Resource-Policy: cross-origin |