Sign in
chromium
/
external
/
github.com
/
web-platform-tests
/
wpt
/
refs/heads/https-acid3
/
.
/
content-security-policy
/
support
/
resource.py
blob: 4d73d5bf76a64b47db1fd75b9fa8ddb78962fc63 [
file
] [
log
] [
blame
] [
edit
]
def
main
(
request
,
response
):
headers
=
[]
headers
.
append
((
b
"Access-Control-Allow-Origin"
,
b
"*"
))
return
headers
,
b
"{ \"result\": \"success\" }"