openzim / nautilus

Turns a collection of documents into a browsable ZIM file
GNU General Public License v3.0
19 stars 14 forks source link

Not working in Private Mode #6

Closed rgaudin closed 3 months ago

rgaudin commented 4 years ago

Since our PouchDB design relies on IndexedDB, we are dependent on IndexedDB working in the browser.

In Firefox, IndexedDB is disabled in Private Browsing mode. See #781982 and #1562669. The latter shows that work is in progress to add support for it.

Summary: all currently available versions of Firefox can't use IDB in private mode (and thus nautilus-based ZIMs). Chrome and Safari not affected ; apps not affected obviously.

Questions: Givent that, how much of a problem is that? @kelson42 @Popolechien

Popolechien commented 4 years ago

Looks like an edge case to me, we certainly can live with it.

kelson42 commented 4 years ago

Same here, I would keep the ticket open for now, but not a priority to fix.

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be now be reviewed manually. Thank you for your contributions.

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be now be reviewed manually. Thank you for your contributions.

kelson42 commented 4 years ago

New upstream ticket https://bugzilla.mozilla.org/show_bug.cgi?id=1639542

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be now be reviewed manually. Thank you for your contributions.

Jaifroid commented 1 year ago

Still an issue in Firefox 113.02.

rgaudin commented 1 year ago

Bug is still open upstream (with activity):

Looks like it should arrive relatively soon: https://bugzilla.mozilla.org/show_bug.cgi?id=1831058

kelson42 commented 3 months ago

The problem has been fixed upstream and it works now (on recent browsers)

See: image

I don't think we should/could reasonably do anything more