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