DEV Community

Discussion on: Make a Secure Browser?

Collapse
 
jwp profile image
John Peters • Edited

I've created specific browsers before. Here's how it's done

  • Find an embeddable browser (Chrome has one)
  • Put that into a desktop application; can be native or Electron. If you use Electron it already has an embedded browser.
  • Learn the browser interface and the application can control what it does.
  • For example you can create an array of allowed sites or pages and block anything else.
  • Make your application show all the links in the exam.