Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Disabling the Inspection of Web Content in Apps(Disable webView inspection from outside an RCP app)
Disabling the Inspection of Web Content in Apps [message #1860254] Tue, 25 July 2023 08:57
Daniel Stainhauser is currently offline Daniel StainhauserFriend
Messages: 1
Registered: June 2012
Junior Member
Hi everybody

On macOS Ventura, it is now possible to inspect the web content of an RCP app with an integrated WebKit Browser from an external Safari Browser over the developer menu.

This is a nice feature that allows to debug and inspect an internal browser of a RCP app, but it is also a security/privacy risk.

There is a property that can control this feature. Unfortunately, it is not yet wrapped in the WebKit class. It would be nice to have it to allow the control of this feature by the developer of an app.

webView.isInspectable = true


Details are found in this article from Webkit:

webkit.org/blog/13936/enabling-the-inspection-of-web-content-in-apps/

As it is stated in the article, the default should be set to false, except the libraries are build for debugging, which seems to be the case. So having the control with the property is really needed.

Thanks for help / planing into a new eclipse version.

Daniel
Previous Topic:Java 11 and javax.annotation
Next Topic:Occasional Exit hang/crash
Goto Forum:
  


Current Time: Sat Nov 09 01:14:18 GMT 2024

Powered by FUDForum. Page generated in 0.02931 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top