File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
sandpack-client/src/clients Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ export class SandpackRuntime extends SandpackClient {
8585
8686 this . iframe . setAttribute (
8787 "allow" ,
88- "accelerometer; camera; encrypted-media; geolocation; gyroscope; hid; microphone; midi; clipboard-read; clipboard-write;"
88+ "accelerometer; camera; encrypted-media; geolocation; gyroscope; hid; microphone; midi; clipboard-read; clipboard-write; xr-spatial-tracking; "
8989 ) ;
9090 }
9191
Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ export class SandpackStatic extends SandpackClient {
8686
8787 this . iframe . setAttribute (
8888 "allow" ,
89- "accelerometer; camera; encrypted-media; geolocation; gyroscope; hid; microphone; midi; clipboard-write;"
89+ "accelerometer; camera; encrypted-media; geolocation; gyroscope; hid; microphone; midi; clipboard-read; clipboard- write; xr-spatial-tracking ;"
9090 ) ;
9191 }
9292
You can’t perform that action at this time.
0 commit comments