workspaces-images
workspaces-images copied to clipboard
Why is kasmweb/chrome `Managed by your organization`?
I've noticed that this is not a normal chome installation, but one that is managed by an organization:

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?
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
Thanks