diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2020-05-21 08:19:19 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2020-05-21 08:19:19 -0400 |
| commit | 3e08865ef35e7d3741862b6d383707e9115f6804 (patch) | |
| tree | e7ad8963c86a0536868d8cac44c0540b75b5c2ce | |
| parent | ad36dbf6ee1f182acf61206b39e7de12ad251185 (diff) | |
add CSRF to the list of potential issues
| -rw-r--r-- | docs/guides/FAQ.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/guides/FAQ.rst b/docs/guides/FAQ.rst index 54b7e597..2b063494 100644 --- a/docs/guides/FAQ.rst +++ b/docs/guides/FAQ.rst @@ -214,7 +214,7 @@ General tips - ``OPT_USE_APIS`` is enabled - If you are using any version lower than ZM 1.34, ``OPT_USE_GOOG_RECAPTCHA`` is disabled - If you are NOT using authentication at all in ZM, that is ``OPT_USE_AUTH`` is disabled, then make sure you also disable authentication in zmNinja, otherwise it will keep waiting for auth keys. - + - I don't quite know why, but on some devices, connection issues are caused because ZM's CSRF code causes issues. See `this <https://forums.zoneminder.com/viewtopic.php?f=33&p=115422#p115422>`__ thread, for example. In this case, try turning off CSRF checks by going to ``ZM->Options->System`` and disable "Enable CSRF magic" - Disable server redirects like 302 and then try if using the mobile app |
