From 43cffab673ce54587cc60b53f9baad22ad7d8fb2 Mon Sep 17 00:00:00 2001 From: lincolnfrog Date: Tue, 28 Nov 2017 14:14:43 -0800 Subject: [PATCH] Revert "Add 'allow="vr"' Feature Policy attribute to iframe to permit WebVR" --- src/api/player.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/api/player.js b/src/api/player.js index 16370be6..e4176c2a 100644 --- a/src/api/player.js +++ b/src/api/player.js @@ -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.