Update text for allowing http content, allow mixed content by default

This commit is contained in:
JoramWilander
2016-05-13 08:49:33 -04:00
parent f5e31a7534
commit ef599deab3
3 changed files with 3 additions and 3 deletions

View File

@@ -24,7 +24,7 @@ var loadDefault = function(version) {
teams: [],
hideMenuBar: false,
showTrayIcon: false,
disablewebsecurity: false,
disablewebsecurity: true,
version: 1
};
}