Sign in
webkit
/
WebKit
/
0f9dda3eb5e8bee1224032800f3b156cd5ce812d
/
.
/
LayoutTests
/
http
/
tests
/
contentextensions
/
main-resource-redirect-blocked.py.json
blob: 6007a3db74b6f818bcc258371a993277fe93e1ac [
file
] [
log
] [
blame
]
#!/
usr
/
bin
/
env python3
import sys
sys
.
stdout
.
write
(
'Content-Type: text/html\r\n\r\n'
)
print
(
'''[
{
"action"
:
{
"type"
:
"block"
},
"trigger"
:
{
"url-filter"
:
".*main-resource-redirect-blocked-target.html"
}
}
]
''')