Repro:
- Install and configure the extension
- enter passcode as usual
- close the browser
- install a "Storage Explorer" extension from the chrome web store
- launch the extension from the action icon button
- right-click on the action popup, and select Inspect
- In Developer Tools, select the Storage Explorer and view the chrome.storage.local area
Results:
See the user-passcode. Sometimes, when the extension is aborted abnormally, no passcode entry is required upon launch.... maybe days later.
Expected Results:
Should instead use chrome.storage.session, which would clear after closing Chrome. Could also take other precautions to clear the cached user-passcode.
