mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-05-27 21:39:15 +00:00
5 lines
132 B
Python
5 lines
132 B
Python
def main(request, response):
|
|
return [("Content-Type", "text/plain"),
|
|
request.headers.get("Accept-Language", "NO")]
|
|
|