mirror of
https://github.com/classilla/tenfourfox.git
synced 2026-03-11 22:50:40 +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")
|
|
|