From 6022813c6fa6cf9f52940092ff86357fe1b02aab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josu=C3=A9=20Tille?= Date: Tue, 8 Oct 2024 22:31:28 +0200 Subject: [PATCH] fix issue for git over http on bookworm --- scripts/install | 2 ++ scripts/upgrade | 2 ++ 2 files changed, 4 insertions(+) diff --git a/scripts/install b/scripts/install index a4de46a..8a79d98 100644 --- a/scripts/install +++ b/scripts/install @@ -3,6 +3,8 @@ source _common.sh source /usr/share/yunohost/helpers +ynh_app_setting_set --key=protect_against_basic_auth_spoofing --value=false + #================================================= # APP "BUILD" (DEPLOYING SOURCES, VENV, COMPILING ETC) #================================================= diff --git a/scripts/upgrade b/scripts/upgrade index eb0989c..c476e46 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -3,6 +3,8 @@ source _common.sh source /usr/share/yunohost/helpers +ynh_app_setting_set --key=protect_against_basic_auth_spoofing --value=false + #================================================= # ENSURE DOWNWARD COMPATIBILITY #=================================================