From fe090bc88fe362cd8aa739d1edf81ee3b253acf0 Mon Sep 17 00:00:00 2001 From: Nettika Date: Mon, 21 Apr 2025 20:42:50 -0700 Subject: [PATCH] Set auth type to "http" by default --- libraries/config.default.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/config.default.php b/libraries/config.default.php index 07bf17163..3e15be93e 100644 --- a/libraries/config.default.php +++ b/libraries/config.default.php @@ -174,7 +174,7 @@ $cfg['Servers'][$i]['controlpass'] = ''; * * @global string $cfg['Servers'][$i]['auth_type'] */ -$cfg['Servers'][$i]['auth_type'] = 'cookie'; +$cfg['Servers'][$i]['auth_type'] = 'http'; /** * HTTP Basic Auth Realm name to display (only used with 'HTTP' auth_type)