Sign in
chromium
/
external
/
github.com
/
web-platform-tests
/
wpt
/
refs/heads/https-acid3
/
.
/
xhr
/
resources
/
accept-language.py
blob: b68cf355038ca9f9f938a5c3b2f5c75ebfd05487 [
file
] [
log
] [
blame
] [
edit
]
def
main
(
request
,
response
):
return
[(
b
"Content-Type"
,
b
"text/plain"
),
request
.
headers
.
get
(
b
"Accept-Language"
,
b
"NO"
)]