kasmtech / workspaces-images

Other
730 stars 241 forks source link

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

Closed pmorch closed 2 years ago

pmorch commented 2 years ago

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?

j-travis commented 2 years ago

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.

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.

pmorch commented 2 years ago

Thanks