diff --git a/src/yunohost/app.py b/src/yunohost/app.py index 0cb420d16..6af892b03 100644 --- a/src/yunohost/app.py +++ b/src/yunohost/app.py @@ -1358,7 +1358,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...