blob: 2e5557bb2927b10963d590283efbc14a83f95325 [file] [log] [blame]
#!/usr/bin/env python3
import sys
sys.stdout.write(
'status: 301\r\n'
'Location: http://127.0.0.1:8000/ssl/resources/no-http-referer.cgi\r\n'
'Cache-Control: no-cache,no-store\r\n'
'Content-Type: text/html\r\n\r\n'
)