From 4f810e10907c4324411ee4e1617431d1e3a2cf56 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 5 Mar 2015 22:13:55 +0800 Subject: [PATCH] src/Builder4/FakeServer.vala --- src/Builder4/FakeServer.vala | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/Builder4/FakeServer.vala b/src/Builder4/FakeServer.vala index ec4b776e0..6e907f744 100644 --- a/src/Builder4/FakeServer.vala +++ b/src/Builder4/FakeServer.vala @@ -37,11 +37,7 @@ public class FakeServer : Object ) { policy_decision.ignore(); - // Other policy-decisions may be requested for various reasons. The existence of an iframe, - // for example, causes a policy-decision request with an "OTHER" reason. We don't want to - // open a webpage in the browser just because an email contains an iframe. - //if (navigation_action.reason == WebKit.WebNavigationReason.LINK_CLICKED) - // link_selected(request.uri); + // not sure if we should allow navigations... return true; } -- 2.39.2