kasmtech / workspaces-issues

18 stars 4 forks source link

[Bug] - web search from native browser of space separated strings only passes first word #586

Open rareshornet opened 3 months ago

rareshornet commented 3 months ago

Existing Resources

Describe the bug When using kasm through the redirect proxy and doing a google search using chrome/chromium browser for example "machine learning" only the first word is passed to the kasm instance that opens afterwards, so in my example only the "machine" word gets to be searched on google.

To Reproduce Steps to reproduce the behavior:

  1. Make sure to use kasm proxy redirect and system proxy to be configured with it.
  2. Open native chrome/chromium browser and do a google search using a space separated string
  3. kasm launches the instance using a chromium image
  4. google results will show only for the first word in the string

Expected behavior Pass kasm the whole string not just the first word on the space separated string

Workspaces Version Version 1.15

Workspaces Installation Method Single Server, VM, debian bookworm

Client Browser (please complete the following information):

Workspace Server Information (please provide the output of the following commands):

rareshornet commented 3 months ago

actually, looks like kasm opens up a new tab for each word in the search string. So for my example I get a new tab for "machine" and another one for "learning"