From 62419f2d51a3a9dda833aaeeb9e5bc7c4af547d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Fri, 4 Dec 2020 18:47:49 +0100 Subject: New upstream version 0.30.11 --- plugins/common/WebAuthenticationPane.vala | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'plugins/common/WebAuthenticationPane.vala') diff --git a/plugins/common/WebAuthenticationPane.vala b/plugins/common/WebAuthenticationPane.vala index 669e339..02cffb2 100644 --- a/plugins/common/WebAuthenticationPane.vala +++ b/plugins/common/WebAuthenticationPane.vala @@ -30,6 +30,10 @@ namespace Shotwell.Plugins.Common { public override void constructed () { base.constructed (); + var ctx = WebKit.WebContext.get_default(); + if (!ctx.get_sandbox_enabled()) { + ctx.set_sandbox_enabled(true); + } var box = new Gtk.Box(Gtk.Orientation.VERTICAL, 4); this.widget = box; -- cgit v1.2.3