blob: 7da4504764382cbf7eca4456bcf30df1e73f5d2f [file] [log] [blame]
# Always redirects to no-policy-pass.png.
def main(request, response):
return 302, [(b"Location", b"no-policy-pass.png")], u""