forked from web-platform-tests/wpt
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
client-hints/accept-ch: Feature-Policy is now Permissions-Policy (web…
- Loading branch information
1 parent
53b1335
commit f5d3062
Showing
5 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
...s/accept-ch-stickiness/cross-origin-iframe-redirect-with-fp-delegation.https.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,2 +1,2 @@ | ||
Accept-CH: Sec-CH-DPR, DPR, Sec-CH-Device-Memory, Device-Memory | ||
Feature-Policy: ch-dpr *; ch-device-memory * | ||
Permissions-Policy: ch-dpr=*, ch-device-memory=* |
2 changes: 1 addition & 1 deletion
2
...ept-ch-stickiness/cross-origin-subresource-redirect-with-fp-delegation.https.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,2 +1,2 @@ | ||
Accept-CH: Sec-CH-DPR, DPR, Sec-CH-Device-Memory, Device-Memory | ||
Feature-Policy: ch-dpr *;ch-device-memory * | ||
Permissions-Policy: ch-dpr=*, ch-device-memory=* |
2 changes: 1 addition & 1 deletion
2
.../accept-ch-stickiness/resources/feature-policy-with-cross-origin-subresource.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 @@ | ||
Feature-Policy: ch-device-memory *; | ||
Permissions-Policy: ch-device-memory=* |
2 changes: 1 addition & 1 deletion
2
client-hints/accept-ch/feature-policy-navigation/feature-policy.https.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 @@ | ||
Feature-Policy: ch-device-memory *; ch-dpr 'none'; ch-viewport-width 'self'; ch-ua 'self'; ch-ua-mobile 'none' | ||
Permissions-Policy: ch-device-memory=*, ch-dpr=(), ch-viewport-width=(self), ch-ua=(self), ch-ua-mobile=() |
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 @@ | ||
Feature-Policy: ch-device-memory *; ch-dpr 'none'; ch-viewport-width 'self'; ch-mobile; ch-prefers-color-scheme 'none'; ch-prefers-reduced-motion 'none'; ch-viewport-height 'none' | ||
Permissions-Policy: ch-device-memory=*, ch-dpr=(), ch-viewport-width=(self), ch-mobile, ch-prefers-color-scheme=(), ch-prefers-reduced-motion=(), ch-viewport-height=() |