[shotwell/wip/libsoup3: 8/10] Remove obsolete webview config




commit 734dcc0397ff8efc7ce148619977fa678d800903
Author: Jens Georg <mail jensge org>
Date:   Sat Jul 9 11:10:46 2022 +0200

    Remove obsolete webview config

 plugins/common/WebAuthenticationPane.vala | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/plugins/common/WebAuthenticationPane.vala b/plugins/common/WebAuthenticationPane.vala
index f754b5d2..b9f7280b 100644
--- a/plugins/common/WebAuthenticationPane.vala
+++ b/plugins/common/WebAuthenticationPane.vala
@@ -39,7 +39,6 @@ namespace Shotwell.Plugins.Common {
             box.pack_start (entry, false, false, 6);
 
             this.webview = new WebKit.WebView ();
-            this.webview.get_settings ().enable_plugins = false;
 
             this.webview.load_changed.connect (this.on_page_load_changed);
             this.webview.load_failed.connect (this.on_page_load_failed);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]