Details
Details
Check in storage if key is properly persisted.
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
web/database/sqlite-data-handler.js | ||
---|---|---|
31 ↗ | (On Diff #27488) | this key is deleted as in any other case by the worker on the CLEAR_SENSITIVE_DATA action - there is a task for improving this when eg. something will go wrong with worker (ENG-3610) |
web/database/utils/db-utils.js | ||
50 ↗ | (On Diff #27488) | in this case we care only about desktop safari to avoid running this code on mobile |
Comment Actions
address review
web/database/sqlite-data-handler.js | ||
---|---|---|
20 ↗ | (On Diff #27488) | we have two options:
and here is option 2, but now I think that this was bad decision, updating this to option 1 |
web/database/utils/db-utils.js | ||
50 ↗ | (On Diff #27488) | we do not support database on mobile at all so it's no need for CryptoKey |