Synchronize firefox webextension code

This commit is contained in:
2021-03-02 14:56:26 +01:00
parent 0e48a34d71
commit b79000accb
7 changed files with 216 additions and 92 deletions
-4
View File
@@ -22,10 +22,6 @@ var DEBUG = false;
SERVER = {OK : 0, FAILED : 1, RESTART_REQUEST : 2};
GPASS_ICON = {NORMAL:0, DISABLED:1, ACTIVATED:2};
var default_preferences = {"pbkdf2_level": 1000,
"account_url": "https://gpass-demo.soutade.fr/demo",
"crypto_v1_compatible": true};
var browser = browser || chrome;
var crypto = crypto || window.crypto;