Bug 154795 - [GTK] WebKit2 has no way to enable/disable individual plugin(s) in its WebKitPlugin API
Summary: [GTK] WebKit2 has no way to enable/disable individual plugin(s) in its WebKit...
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-02-28 09:57 PST by Stefan Fröberg
Modified: 2020-08-17 06:47 PDT (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Stefan Fröberg 2016-02-28 09:57:56 PST
Hi.

From http://webkitgtk.org/reference/webkit2gtk/stable/WebKitPlugin.html it says: 
"This object can be used to get more information about a plugin, and enable/disable it, allowing fine-grained control of plugins."

Fowever, there is no way to call functions like webkit_web_plugin_get_enabled() / webkit_web_plugin_set_enabled() like there is in older 
WebKit1 API:
http://webkitgtk.org/reference/webkitgtk/stable/WebKitWebPlugin.html
Comment 1 Carlos Garcia Campos 2020-08-17 06:47:01 PDT
Plugins are no longer supported.