mirror of
https://github.com/YunoHost-Apps/z-push_ynh.git
synced 2024-09-03 18:05:58 +02:00
fix unprotected_uris
This commit is contained in:
parent
6b55b42948
commit
ab36baa250
1 changed files with 0 additions and 4 deletions
|
@ -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
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue