Example #1
0
 def create_url(self, id=None):
     """Return a non-guessable localhost subdomain url for this terminal."""
     return "http://%s.localhost" % (id or utils.roll_id())
Example #2
0
 def _next_iframe_id(self):
     # unique random id to hide the terminals url
     return utils.roll_id()
Example #3
0
 def _next_iframe_id(self):
     # unique random id to hide the terminals url
     return utils.roll_id()