diff --git a/platform/firefox/vapi-background.js b/platform/firefox/vapi-background.js index e59fdab..fcd0708 100644 --- a/platform/firefox/vapi-background.js +++ b/platform/firefox/vapi-background.js @@ -175,7 +175,7 @@ vAPI.storage = { if (defaults) { for (key in details) { - if (!result[key]) { + if (result[key] === undefined) { result[key] = details[key]; } }