@@ 88,7 88,6 @@ static GtkWidget*
create_web_view (void)
{
g_autoptr(WebKitWebContext) context = webkit_web_context_new ();
- webkit_web_context_set_additional_plugins_directory (context, "/usr/lib/mozilla/plugins");
if (s_option_extensions_path) {
g_message ("WebExtensions path: %s", s_option_extensions_path);
@@ 106,7 105,7 @@ create_web_view (void)
/* Set those for convenience. */
WebKitSettings *settings = webkit_web_view_get_settings (WEBKIT_WEB_VIEW (web_view));
- webkit_settings_set_enable_plugins (settings, TRUE);
+ webkit_settings_set_enable_plugins (settings, FALSE);
webkit_settings_set_enable_write_console_messages_to_stdout (settings, TRUE);
webkit_settings_set_enable_developer_extras (settings, TRUE);