electron/spec/fixtures/pages/webview-opener-no-node-integration.html
2016-04-01 16:52:28 -07:00

8 lines
234 B
HTML

<html>
<body>
<script type="text/javascript" charset="utf-8">
var windowUrl = decodeURIComponent(window.location.search.substring(3))
window.open('file://' + windowUrl, '', 'nodeIntegration=yes,show=no')
</script>
</body>
</html>