mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-05-27 13:28:42 +00:00
4 lines
109 B
Python
4 lines
109 B
Python
def main(request, response):
|
|
return [("Content-Type", "text/plain")], request.headers.get("accept", "NO")
|
|
|