mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 18:24:30 -04:00
Update server docs about the limitations of offline mode
See #2058664 (Content server offline support doesn't allow saving annotations)
This commit is contained in:
parent
82dcd5d946
commit
d6fe19ae75
@ -215,10 +215,11 @@ Enabling offline support
|
||||
|
||||
Browser makers have been trying to force people to use SSL by disabling
|
||||
advanced features in their browsers for plain HTTP connections. One such
|
||||
casualty is offline support. So you may need to enable HTTPS on the server to
|
||||
get offline support working. In addition, in Firefox on Android, you will need
|
||||
to type ``about:config`` and search for ``browser.tabs.useCache`` and toggle it
|
||||
to ``true``.
|
||||
casualty is ApplicationCache, which was what was used in calibre for offline
|
||||
support. As a result now-a-days sadly, offline mode works only as long as you
|
||||
keep the browser tab open. In addition, in Firefox on Android, you will need to
|
||||
type ``about:config`` and create a preference called ``browser.tabs.useCache``
|
||||
and set it to ``true``.
|
||||
|
||||
Managing user accounts from the command-line only
|
||||
-----------------------------------------------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user