Skip to content

Commit

Permalink
Fix "App classed as 'not secure' by Google"
Browse files Browse the repository at this point in the history
Added the useragent attribute in index.html webview tag to fix the issue tmcinerney#11
  • Loading branch information
Pablo Dias committed Sep 27, 2020
1 parent 0f0ad2c commit 7744a3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
<script src="renderer.js"></script>
</head>
<body>
<webview autosize partition="persist:keep" src="https://keep.google.com"></webview>
<webview autosize partition="persist:keep" src="https://keep.google.com" useragent="Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; AS; rv:11.0) like Gecko"></webview>
</body>
</html>

0 comments on commit 7744a3a

Please sign in to comment.