@@ -304,6 +304,10 @@ class IWLA(object):
if request.endswith(e):
self.logger.debug("True")
return True
# No extension -> page
if not '.' in request.split('/')[-1]:
self.logger.debug("False")
return False
The note is not visible to the blocked user.