]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
http: digest - return back MD5 as only digest hash (multiple login dialogs for firefo...
authorJaroslav Kysela <perex@perex.cz>
Thu, 14 Feb 2019 13:49:06 +0000 (14:49 +0100)
committerJaroslav Kysela <perex@perex.cz>
Thu, 14 Feb 2019 13:49:06 +0000 (14:49 +0100)
src/config.c

index 72ddcf94cf296b5abf09b3d0f2bf301ae004347b..2293d278be4b980f7f8f3db8dbb8139ce0224529 100644 (file)
@@ -1691,7 +1691,7 @@ config_boot
   config.idnode.in_class = &config_class;
   config.ui_quicktips = 1;
   config.http_auth = HTTP_AUTH_DIGEST;
-  config.http_auth_algo = HTTP_AUTH_ALGO_SHA256;
+  config.http_auth_algo = HTTP_AUTH_ALGO_MD5;
   config.proxy = 0;
   config.realm = strdup("tvheadend");
   config.info_area = strdup("login,storage,time");