Set default address in HTTPS for chrome addon

This commit is contained in:
2015-02-09 19:18:27 +01:00
parent 3f0636976e
commit 3108195ce3
3 changed files with 3 additions and 3 deletions

View File

@@ -19,7 +19,7 @@
var DEBUG = false;
var default_preferences = {"pkdbf2_level": 1000,
"account_url": "http://gpass-demo.soutade.fr/demo"};
"account_url": "https://gpass-demo.soutade.fr/demo"};
var preferences = {};
var protocol_version = 3;
var pkdbf2_level;