diff --git a/src/yunohost/app.py b/src/yunohost/app.py index b9116693b..5a72a757e 100644 --- a/src/yunohost/app.py +++ b/src/yunohost/app.py @@ -1338,7 +1338,7 @@ def app_ssowatconf(): url = _sanitized_absolute_url(perm_info["url"]) perm_info["url"] = url if "visitors" in perm_info["allowed"]: - if url not in unprotected_urls: + if url not in unprotected_urls and url not in skipped_urls: unprotected_urls.append(url) # Legacy stuff : we remove now protected-urls that might have been declared as unprotected earlier...