From ab36baa2503825a461b7183fa325cf0968764479 Mon Sep 17 00:00:00 2001 From: Yalh Date: Sun, 27 Jan 2019 04:07:18 +0100 Subject: [PATCH] fix unprotected_uris --- scripts/install | 4 ---- 1 file changed, 4 deletions(-) diff --git a/scripts/install b/scripts/install index c1562f9..4b2dc32 100755 --- a/scripts/install +++ b/scripts/install @@ -372,10 +372,6 @@ if [ $is_public -eq 1 ] then # unprotected_uris allows SSO credentials to be passed anyway. ynh_app_setting_set $app unprotected_uris "/" - ynh_app_setting_set $app unprotected_uris $path_url_activesync - ynh_app_setting_set $app unprotected_uris $path_url_autodiscover1 - ynh_app_setting_set $app unprotected_uris $path_url_autodiscover2 - ynh_app_setting_set $app unprotected_uris $path_url_autodiscover3 fi #=================================================