Full permission url

This commit is contained in:
Kay0u 2020-01-20 22:55:53 +07:00 committed by ljf (zamentur)
parent 1255b9d7c7
commit 62a98eb073

View file

@ -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)