blob: 652f9a57b967c64630bc30203e6370ce43da0745 [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")