Skip to content
This repository has been archived by the owner on Dec 6, 2018. It is now read-only.

Commit

Permalink
Revert "Add 'allow="vr"' Feature Policy attribute to iframe to permit…
Browse files Browse the repository at this point in the history
… WebVR"
  • Loading branch information
lincolnfrog authored Nov 28, 2017
1 parent 529214a commit 43cffab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/api/player.js
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,6 @@ Player.prototype.createIframe_ = function(contentInfo) {
var iframe = document.createElement('iframe');
iframe.setAttribute('allowfullscreen', true);
iframe.setAttribute('scrolling', 'no');
iframe.setAttribute('allow', 'vr');
iframe.style.border = 0;

// Handle iframe size if width and height are specified.
Expand Down

0 comments on commit 43cffab

Please sign in to comment.