fix electron deprecations

This commit is contained in:
antelle 2016-07-12 08:05:07 +03:00
parent 91e8ce5c86
commit 2c0d837237
No known key found for this signature in database
GPG Key ID: 26C38FADD3BDF3CA
2 changed files with 6 additions and 6 deletions

View File

@ -35,11 +35,11 @@ var PopupNotifier = {
_openLauncherWindow: function(url, title, settings) {
var opts = {
show: false,
'web-preferences': {
'node-integration': false,
'web-security': false,
'allow-displaying-insecure-content': true,
'allow-running-insecure-content': true
webPreferences: {
nodeIntegration: false,
webSecurity: false,
allowDisplayingInsecureContent: true,
allowRunningInsecureContent: true
}
};
if (settings) {

View File

@ -25,7 +25,7 @@
"backbone": "1.3.3",
"baron": "2.2.2",
"bourbon": "4.2.7",
"dropbox": "keeweb/dropbox-js#0.10.6",
"dropbox": "keeweb/dropbox-js#0.10.8",
"font-awesome": "4.6.3",
"kdbxweb": "0.4.1",
"normalize.css": "4.1.1",