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"
}
}
]''')