Skip to content

Commit

Permalink
Examples: Use allow="" in <iframe>
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdoob committed Apr 14, 2021
1 parent 5f61a1f commit e041a2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ <h1><a href="https://threejs.org">three.js</a></h1>

</div>

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

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

Expand Down

0 comments on commit e041a2f

Please sign in to comment.