From: jaekuk, lee Date: Mon, 15 Apr 2019 07:13:26 +0000 (+0900) Subject: Fixed ReferenceError that cause NE(not executed) when running Auto TC. X-Git-Tag: submit/tizen/20190415.074506^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cb6e658df532400e711aa6dd63a907f3a0409c98;p=platform%2Fframework%2Fweb%2Fwrtjs.git Fixed ReferenceError that cause NE(not executed) when running Auto TC. Change-Id: I8a10428a1a80d53a3ecbd42427ffd769a9c55f6b Signed-off-by: jaekuk, lee --- diff --git a/wrt_app/src/web_application.js b/wrt_app/src/web_application.js index 1af967f0..863774ec 100755 --- a/wrt_app/src/web_application.js +++ b/wrt_app/src/web_application.js @@ -49,7 +49,7 @@ class WebApplication { fullscreen: false, show: false, webPreferences: { - nodeIntegration: options.isAddonAvailable, + nodeIntegration: false, nodeIntegrationInWorker: false }, 'web-preferences': {