135
135
def authorize_public(req):
136
136
"""A different kind of authorization. Rather than making sure the
140
142
Same interface as "authorize" - None on success, HTTP_FORBIDDEN exception
143
145
_, path = url_to_local(req.path)
145
148
req.throw_error(req.HTTP_FORBIDDEN)