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