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

Commit dbbd24b

Browse files
authored
Merge pull request #282 from googlevr/revert-278-iframe-vr-feature-policy
Revert "Add 'allow="vr"' Feature Policy attribute to iframe to permit WebVR"
2 parents 529214a + 43cffab commit dbbd24b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/api/player.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,6 @@ Player.prototype.createIframe_ = function(contentInfo) {
163163
var iframe = document.createElement('iframe');
164164
iframe.setAttribute('allowfullscreen', true);
165165
iframe.setAttribute('scrolling', 'no');
166-
iframe.setAttribute('allow', 'vr');
167166
iframe.style.border = 0;
168167

169168
// Handle iframe size if width and height are specified.

0 commit comments

Comments
 (0)