From d54472b0dff85d6eda9b02f3a227af4f3d6b9ec2 Mon Sep 17 00:00:00 2001 From: william billaud <23636016+william-billaud@users.noreply.github.com> Date: Sat, 18 Feb 2023 17:14:48 +0100 Subject: [PATCH] Config : Change AuthenticationMethod to External Prowlar force authentifcation since release 1.1.3.2521 (`To prevent remote access without authentication, Prowlarr now requires authentication to be enabled. Configure your authentication method and credentials. You can optionally disable authentication from local addresses. Refer to the FAQ for additional information`) In order to keep consitent with the current authentication flow (that rely on ssowat), the default value should be External (see. https://wiki.servarr.com/prowlarr/faq#can-i-disable-forced-authentication) --- conf/config.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/config.xml b/conf/config.xml index 665bd9f..9df6bce 100644 --- a/conf/config.xml +++ b/conf/config.xml @@ -6,7 +6,7 @@ __PATH__ 127.0.0.1 __API_KEY__ - None + External BuiltIn develop