Enabled webviewTag, added webview page

This commit is contained in:
booploops 2021-12-07 01:33:18 -08:00
parent 9a6ec6b85f
commit 1dbb1c6a34
4 changed files with 14 additions and 0 deletions

View file

@ -29,6 +29,7 @@ const CiderBase = {
vibrancy: 'dark',
hasShadow: false,
webPreferences: {
webviewTag: true,
plugins: true,
nodeIntegration: true,
nodeIntegrationInWorker: false,