1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/z-push_ynh.git synced 2024-09-03 18:05:58 +02:00

unprotect autodicover

This commit is contained in:
Yalh 2019-01-27 02:41:18 +01:00
parent a440a801ed
commit 3776ce6cf4

View file

@ -348,6 +348,9 @@ 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 "/AutoDiscover"
ynh_app_setting_set $app unprotected_uris "/Autodiscover"
ynh_app_setting_set $app unprotected_uris "/autodiscover"
fi
#=================================================