summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2019-03-24 09:23:27 -0400
committerPliable Pixels <pliablepixels@gmail.com>2019-03-24 09:23:27 -0400
commit12f6856f911d8ee7c47f3116ed7f37b6e4ef9752 (patch)
tree8d4068a3cb8c84d608c962c578d05f002e7e5816
parent0d787084c0f457d48c9deb2f2b49b7bef4e49c68 (diff)
docfix
-rw-r--r--docs/guides/FAQ.rst13
1 files changed, 7 insertions, 6 deletions
diff --git a/docs/guides/FAQ.rst b/docs/guides/FAQ.rst
index 01d12870..90510416 100644
--- a/docs/guides/FAQ.rst
+++ b/docs/guides/FAQ.rst
@@ -392,14 +392,15 @@ plugins that attempt to do this, but don't work with streaming MJPEG
images). Bottom line, this is a problem for apps like zmNinja and it
affects you.
-How this affects you: \* If you are using HTTP Basic Authentication
+How this affects you:
+- If you are using HTTP Basic Authentication then your images won't show.
-Then your images won't show.
+Possible Workarounds:
+- Configure your web server to skip basic authentication for ``nph-zms`` URLs
+- If you are using a ReverseProxy, you can insert the authorization header inside the apache proxy
+- Disable HTTP Basic auth for now
+- Downgrade Chrome (but this may no longer be an option, Chrome will not revert to the old behavior any more)
-Possible Workarounds: \* Configure your web server to skip basic
-authentication for ``nph-zms`` URLs \* If you are using a ReverseProxy,
-you can insert the authorization header inside the apache proxy \*
-Disable HTTP Basic auth for now \* Downgrade Chrome
Skipping auth for ``nph-zms`` URLs
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^