mirror of
https://github.com/ManchildProductions/UXP-Fixed.git
synced 2026-06-11 19:19:56 +00:00
4 lines
138 B
Python
4 lines
138 B
Python
def main(request, response):
|
|
return (302, "Moved"), [("Location", "../gamma/xhr.js")], "postMessage('executed redirecting script');"
|
|
|