Sign in
webkit
/
WebKit
/
0f9dda3eb5e8bee1224032800f3b156cd5ce812d
/
.
/
LayoutTests
/
http
/
tests
/
contentextensions
/
block-everything-unless-domain-redirect.py
blob: 8c46edf025dc3e1e303da275b0ec464ba57b9901 [
file
] [
log
] [
blame
]
#!/usr/bin/env python3
import
sys
sys
.
stdout
.
write
(
'Location: http://localhost/contentextensions/resources/should-not-load.html\r\n'
'status: 302\r\n'
'Content-Type: text/html\r\n\r\n'
)