workspaces-images icon indicating copy to clipboard operation
workspaces-images copied to clipboard

Why is kasmweb/chrome `Managed by your organization`?

Open pmorch opened this issue 3 years ago • 1 comments

I've noticed that this is not a normal chome installation, but one that is managed by an organization: image

It is normally only companies and malware that tries to manage my chrome. I really don't want outsiders to be able to control or snoop on my browsing.

So why is that? Who/what is that organization? And how do I remove that?

pmorch avatar Sep 18 '22 13:09 pmorch

Hi, this message shows anytime you use Chrome managed policies which is a helpful way of setting default configurations

Our images are open source, so you can see what we are doing.

  • https://github.com/kasmtech/workspaces-images/blob/develop/dockerfile-kasm-chrome#L16
  • https://github.com/kasmtech/workspaces-images/blob/develop/src/ubuntu/install/chrome/install_chrome.sh#L90

Also, in general you can see what policies are assigned by navigating to chrome://policy/ from within the browser

You are welcome to build your own images and add/remove policies as you see fit. Here are some resources to help.

  • https://kasmweb.com/docs/latest/how_to/building_images.html
  • https://youtu.be/BGP69_f1wq0

j-travis avatar Sep 19 '22 13:09 j-travis

Thanks

pmorch avatar Nov 16 '22 09:11 pmorch