From: Jaroslav Kysela Date: Thu, 14 Feb 2019 13:49:06 +0000 (+0100) Subject: http: digest - return back MD5 as only digest hash (multiple login dialogs for firefo... X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0af25951debe4da57b94b28265930902535610ab;p=thirdparty%2Ftvheadend.git http: digest - return back MD5 as only digest hash (multiple login dialogs for firefox/chrome) --- diff --git a/src/config.c b/src/config.c index 72ddcf94c..2293d278b 100644 --- a/src/config.c +++ b/src/config.c @@ -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");