tor-browser

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

update-url.py (243B)


      1 def main(request, response):
      2    response.status = (200, b"OK")
      3    response.headers.set(b"Ad-Auction-Allowed", b"true")
      4    response.headers.set(b"Content-Type", b"application/json")
      5    body = request.GET.first(b"body", None)
      6    return body