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 #=================================================