tor-browser

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

excluded_verify_authenticated.py (195B)


      1 import importlib
      2 util = importlib.import_module('device-bound-session-credentials.verify_authenticated_util')
      3 
      4 def main(request, response):
      5    return util.verify_authenticated(request, response)