blob: 7cde7a7e089109bcc9ccac48b89a079076561968 [file] [log] [blame]
#!/usr/bin/env python3
import sys
sys.stdout.write('Content-Type: text/html\r\n\r\n')
print('''[
{
"trigger": {
"url-filter": "save-ping.py"
},
"action": {
"type": "block-cookies"
}
}
]''')