Sign in
webkit
/
WebKit
/
2a0aecef68e2ca0674a52b051412def7e6b01404
/
.
/
LayoutTests
/
http
/
tests
/
contentextensions
/
hide-on-csp-report.py.json
blob: 1bef95b51d976aa3a416dcc1b011dbda9346b3b7 [
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"
:
"css-display-none"
,
"selector"
:
".foo"
}
}
]
''')