Skip to content

Commit

Permalink
client-hints/accept-ch: Feature-Policy is now Permissions-Policy (web…
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoscaceres authored Feb 15, 2023
1 parent 53b1335 commit f5d3062
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
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=*
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=*
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Feature-Policy: ch-device-memory *;
Permissions-Policy: ch-device-memory=*
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=()
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=()

0 comments on commit f5d3062

Please sign in to comment.