On Tue, Apr 04, 2017 at 02:26:47PM +0200, Jérémy Lal wrote: > > Try to disable them with this setting: > > > > > > https://webkitgtk.org/reference/webkit2gtk/unstable/WebKitSettings.html#webkit-settings-set-enable-plugins > > i'm already doing that > > ``` > WebKitSettings* settings = webkit_web_view_get_settings(view); > g_object_set(settings, > "enable-plugins", FALSE, > "enable-java", FALSE, > NULL > ); > webkit_web_view_load_uri(view, uri); > ```
Ok... would it possible for you to prepare a very simple program that shows the problem? I can discuss it directly with the development team and forward it upstream if necessary. Berto

