extract webview extension #6562
Labels
mini-browser
issues related to the mini-browser
proposal
feature proposals (potential future features)
webviews
issues related to webviews
Webview is an abstraction to load remote content in the safe way. #6465 brings its support to the plugin system only. It is a proposal to extract it to own extension to reuse by Theia extensions. There are many benefits beside security:
ExternalUriService.resolve
The good candidate to use it will be mini-browser, which is suffering from similar security and functionality issues. Generally whenever someone thinks he needs to load remote content with iframe, they should better to use webviews.
cc @svenefftinge
The text was updated successfully, but these errors were encountered: