blob: 0f6f6eca7b0d90c947ab83d3b4a42c9ac53e16f4 [file] [log] [blame]
def main(request, response):
response.status = 302
if b"location" in request.GET:
response.headers.set(b"Location", request.GET[b"location"])
else:
response.headers.set(b"Location", b"post_message_to_frame_owner.html")