From 7ec09c49f3d8f34989c0945409ea19b89f9f6cd8 Mon Sep 17 00:00:00 2001 From: "James B. Pollack" Date: Fri, 19 Feb 2016 13:53:22 -0800 Subject: [PATCH] feature request is in another pull --- interface/resources/qml/controls/WebView.qml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/interface/resources/qml/controls/WebView.qml b/interface/resources/qml/controls/WebView.qml index 90454d48c2..bb74e6a07d 100644 --- a/interface/resources/qml/controls/WebView.qml +++ b/interface/resources/qml/controls/WebView.qml @@ -37,11 +37,6 @@ WebEngineView { } } - onFeaturePermissionRequested: { - console.log('permission requested',securityOrigin, feature) - grantFeaturePermission(securityOrigin, feature, true); - } - onLoadingChanged: { // Required to support clicking on "hifi://" links if (WebEngineView.LoadStartedStatus == loadRequest.status) {