We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95eb61d commit 1afb727Copy full SHA for 1afb727
packages/jsrepl/src/app/repl/[[...slug]]/components/preview.tsx
@@ -22,7 +22,6 @@ import { PreviewPosition } from '@/types'
22
// https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Permissions-Policy#directives
23
const iframeAllow = [
24
'accelerometer',
25
- 'ambient-light-sensor',
26
'attribution-reporting',
27
'autoplay',
28
'bluetooth',
@@ -48,7 +47,6 @@ const iframeAllow = [
48
47
'publickey-credentials-get',
49
'screen-wake-lock',
50
'serial',
51
- 'speaker-selection',
52
'usb',
53
'web-share',
54
'window-management',
0 commit comments