Skip to content

Browser: Add custom scheme handler

We want to use a custom CEF scheme handler to serve local files from the toolbox. This would allow us to remove our Jetty dependency and no longer go the long route via a TCP webserver (which would also be accessible by other applications on localhost).

Tasks:

  • browser component supports custom scheme handlers
  • SET no longer relies on Jetty
  • Jetty dependency is removed
Edited by Pascal Stücker