tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

script-not-found-not-executed-2.py (162B)


      1 def main(request, response):
      2    headers = [(b"Content-Type", b"text/javascript")]
      3    body = u"test2_token = \"script executed\";"
      4    return 200, headers, body