Sign in
webkit
/
WebKit
/
60c3f717a9141a0f8afd6e8437d26c6404e4424c
/
.
/
LayoutTests
/
http
/
wpt
/
service-workers
/
resources
/
cross-origin-allow.py
blob: 4074880ae76ecb93b39d3149f89cade6df8793c2 [
file
] [
log
] [
blame
]
def
main
(
request
,
response
):
value
=
request
.
headers
.
get
(
"Cache-Control"
,
"no cache-control header"
)
return
200
,
[(
b
"Content-Type"
,
b
"text/ascii"
),
(
b
"Access-Control-Allow-Origin"
,
"*"
)],
value