Edit comment

This commit is contained in:
Yuya Ochiai
2015-12-09 23:40:24 +09:00
parent 94748d2996
commit eabd485209

View File

@@ -7,7 +7,11 @@
</head> </head>
<body> <body>
<!-- Modify src to your Mattermost url --> <!--
'disablewebsecurity' is necessary to display external images.
However, it allows also CSS/JavaScript.
So webview should use 'allowDisplayingInsecureContent' as same as BrowserWindow.
-->
<webview id="mainWebview" autosize="on" preload="webview/mattermost.js"></webview> <webview id="mainWebview" autosize="on" preload="webview/mattermost.js"></webview>
<style> <style>
webview { webview {