Sign in
webkit
/
WebKit
/
0f9dda3eb5e8bee1224032800f3b156cd5ce812d
/
.
/
LayoutTests
/
http
/
tests
/
contentextensions
/
main-resource-redirect-blocked.py
blob: b3fb308e124659a19966b77e8fb16780f87638bb [
file
] [
log
] [
blame
]
#!/usr/bin/env python3
import
sys
sys
.
stdout
.
write
(
'Location: resources/main-resource-redirect-blocked-target.html\r\n'
'status: 302\r\n'
'Content-Type: text/html\r\n\r\n'
)