Closed
Bug 1813544
Opened 2 years ago
Closed 2 years ago
indexedDB not usable on private mode in Firefox
Categories
(Core :: Privacy: Anti-Tracking, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1639542
People
(Reporter: dupont.thomas70, Unassigned)
Details
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:109.0) Gecko/20100101 Firefox/109.0
Steps to reproduce:
Related to this github issue:
https://github.com/webcompat/web-bugs/issues/117284
Open this link in private mode with the last version of firefox
Actual results:
This app is using indexedDB to store the token and some user info for a "as PWA" usage and the indexedDB is not usable and the app crash
Expected results:
The app is oppening, as chrome in private mode for exemple
Comment 1•2 years ago
|
||
This is because Firefox private browsing is intended to not store any user data on disk. This is being addressed in bug 1639542.
Status: UNCONFIRMED → RESOLVED
Closed: 2 years ago
Duplicate of bug: idb-private-browsing
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•