Skip to content

Commit e041a2f

Browse files
committed
Examples: Use allow="" in <iframe>
1 parent 5f61a1f commit e041a2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ <h1><a href="https://threejs.org">three.js</a></h1>
3838

3939
</div>
4040

41-
<iframe id="viewer" name="viewer" allowfullscreen allowvr></iframe>
41+
<iframe id="viewer" name="viewer" allow="fullscreen; xr-spatial-tracking;"></iframe>
4242

4343
<a id="button" target="_blank"><img src="../files/ic_code_black_24dp.svg"></a>
4444

0 commit comments

Comments
 (0)