Sign in
webkit
/
WebKit
/
f3ecda48cdde51cb7c8c882d151b56b514c68e28
/
.
/
LayoutTests
/
http
/
tests
/
ssl
/
resources
/
referer-301-redir.py
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'
)