tor-browser

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

meta-refresh.py (199B)


      1 def main(request, response):
      2    time = request.url_parts.query if request.url_parts.query else u'0'
      3    return 200, [[b'Content-Type', b'text/html']], u'<meta http-equiv=refresh content=%s>' % time