Sign in
webkit
/
WebKit
/
431c47fbae9b6dec87c0dd4d3e46bfb763a4c9a3
/
.
/
LayoutTests
/
http
/
tests
/
contentextensions
/
block-csp-report.py.json
blob: 5a0c45d3fd0b3fec2d7784e94016f9a6a9bf29a3 [
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"
}
}
]
''')