mirror of
https://github.com/ManchildProductions/UXP-Fixed.git
synced 2026-06-10 10:18:32 +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")
|
|
|