Disabling the Inspection of Web Content in Apps [message #1860254] |
Tue, 25 July 2023 08:57 |
Daniel Stainhauser 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
|
|
|
Powered by
FUDForum. Page generated in 0.02931 seconds