Add a note about offline support

This commit is contained in:
Kovid Goyal 2019-09-25 06:33:10 +05:30
parent ac6271d4c0
commit ef7278e17d
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -219,6 +219,16 @@ the server address.
interface requires iOS 10.3.2 or newer. On Android, the server has been interface requires iOS 10.3.2 or newer. On Android, the server has been
tested with Chrome version 58 and newer. tested with Chrome version 58 and newer.
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``.
Managing user accounts from the command-line only Managing user accounts from the command-line only
----------------------------------------------------- -----------------------------------------------------