[epiphany/carlosgc/download-unknown-subresources] Apply 1 suggestion(s) to 1 file(s)



commit 680e5836a3b3147a2082aee2f205500e9173a85a
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Wed Oct 19 15:13:33 2022 +0000

    Apply 1 suggestion(s) to 1 file(s)

 embed/ephy-web-view.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/embed/ephy-web-view.c b/embed/ephy-web-view.c
index 85015f092..9b54ac660 100644
--- a/embed/ephy-web-view.c
+++ b/embed/ephy-web-view.c
@@ -985,7 +985,7 @@ decide_policy_cb (WebKitWebView            *web_view,
     return FALSE;
   }
 
-  if (!is_main_resource) {
+  if (is_main_resource) {
     webkit_policy_decision_download (decision);
     return TRUE;
   }


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