tor-browser

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

003-1.py (139B)


      1 # -*- coding: utf-8 -*-
      2 
      3 def main(request, response):
      4    return u"PASS" if request.GET.first(b'x').decode('utf-8') == u'å' else u"FAIL"