logo

badwolf

minimalist and privacy-oriented web browser based on WebKitGTK git clone https://hacktivis.me/git/badwolf.git
commit: bfc4e50960f19156cb644015b185d14efdd9d55c
parent 9d8d2acedf71b890c7bf0ff94f28b317b3ec1b9a
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Fri, 17 May 2019 12:57:30 +0200

Bugfix: correctly use initialized web_context

Diffstat:

Mbadwolf.c2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/badwolf.c b/badwolf.c @@ -550,7 +550,7 @@ new_browser(struct Window *window, gchar *target_url, WebKitWebView *related_web browser->webView = WEBKIT_WEB_VIEW(g_object_new(WEBKIT_TYPE_WEB_VIEW, "web-context", - webkit_web_context_new_ephemeral(), + web_context, "related-view", related_web_view, "settings",