Skip to content

Commit

Permalink
feat(eleventy-plugin-permissions-policy): add browser features
Browse files Browse the repository at this point in the history
  • Loading branch information
jackdbd committed Oct 12, 2022
1 parent 33120db commit 3b34751
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions packages/eleventy-plugin-permissions-policy/src/schemas.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,24 @@ const feature = Joi.string()
'ambient-light-sensor',
'autoplay',
'battery',
'browsing-topics',
'camera',
'clipboard-read',
'clipboard-write',
'conversion-measurement',
'cross-origin-isolated',
'display-capture',
'document-domain',
'encrypted-media',
'execution-while-not-rendered',
'execution-while-out-of-viewport',
'focus-without-user-activation',
'fullscreen',
'gamepad',
'geolocation',
'gyroscope',
'hid',
'idle-detection',
'layout-animations',
'legacy-image-formats',
'magnetometer',
Expand All @@ -54,12 +62,18 @@ const feature = Joi.string()
'picture-in-picture',
'publickey-credentials-get',
'screen-wake-lock',
'serial',
'speaker-selection',
'sync-script',
'sync-xhr',
'trust-token-redemption',
'unload',
'unoptimized-images',
'unsized-media',
'usb',
'vertical-scroll',
'web-share',
'window-placement',
'xr-spatial-tracking'
)
.description(
Expand Down

0 comments on commit 3b34751

Please sign in to comment.