From ad844bf674a93ce5f76dee8ff12029c1a6d50d84 Mon Sep 17 00:00:00 2001 From: ewilly Date: Thu, 21 Apr 2016 23:10:22 +0200 Subject: [PATCH] Add zip to unprotected_regex --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 56f0a2e..d2f4ed5 100644 --- a/scripts/install +++ b/scripts/install @@ -111,7 +111,7 @@ if [ "$is_public" = "No" ]; then # redirect to SSOwat login in sudo yunohost app setting $app unprotected_uris -d - sudo yunohost app setting $app unprotected_regex -v "$domain$path/index.php%?f=.*$" + sudo yunohost app setting $app unprotected_regex -v "$domain$path/index.php%?f=.*$","$domain$path/index.php%?zipfolder=.*$" else sudo yunohost app setting $app unprotected_uris -v "/" fi