Hacker News new | ask | show | jobs
by bernardlunn 2154 days ago
What do you mean by isolated browser? What is use case?
1 comments

Webpage -> Remote server running "isolated browser" -> Local Browser

Use case is to protect security by not allowing any arbitrary website code to run on your local browser, the remote actually renders the webpage and just sends you pixels -- I think.

Kind of like a proxy on steroids.

Sound more like MitM on steroids.
Thus the self hosted option I was so confused about before.