backend: profile api: return additional data in profile /browser/<id> endpoint (#537)
supports #533 , switching to client side rendering from VNC websocket
This commit is contained in:
parent
2e6bf7535d
commit
6df31e13ab
@ -168,7 +168,8 @@ class ProfileOps:
|
||||
}
|
||||
|
||||
url = f"{scheme}://{host}/browser/{browserid}/?{urlencode(params)}"
|
||||
return {"url": url}
|
||||
params["url"] = url
|
||||
return params
|
||||
|
||||
async def ping_profile_browser(self, browserid):
|
||||
"""ping profile browser to keep it running"""
|
||||
|
Loading…
Reference in New Issue
Block a user