Sign in
webkit
/
WebKit
/
f64820ba37606d7c880d16da6349920f48425859
/
.
/
LayoutTests
/
http
/
tests
/
contentextensions
/
block-cookies-in-csp-report.py.json
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"
}
}
]
''')