mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Full permission url
This commit is contained in:
parent
1255b9d7c7
commit
62a98eb073
1 changed files with 1 additions and 0 deletions
|
@ -1287,6 +1287,7 @@ def app_ssowatconf():
|
|||
|
||||
# FIXME : gotta handle regex-urls here... meh
|
||||
url = _sanitized_absolute_url(perm_info["url"])
|
||||
perm_info["url"] = url
|
||||
if "visitors" in perm_info["allowed"]:
|
||||
if url not in unprotected_urls:
|
||||
unprotected_urls.append(url)
|
||||
|
|
Loading…
Add table
Reference in a new issue