From 3a7f69685901c5fcdada21e758b3b156550464d5 Mon Sep 17 00:00:00 2001 From: Peter Hofmann Date: Sun, 3 Jan 2021 10:00:03 +0100 Subject: "adblock.black" has been renamed to "adblock" --- browser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'browser.c') diff --git a/browser.c b/browser.c index 2ebcaff..ebab7fb 100644 --- a/browser.c +++ b/browser.c @@ -838,7 +838,7 @@ init_default_web_context(void) wc = webkit_web_context_get_default(); - p = g_build_filename(g_get_user_config_dir(), __NAME__, "adblock.black", NULL); + p = g_build_filename(g_get_user_config_dir(), __NAME__, "adblock", NULL); webkit_web_context_set_sandbox_enabled(wc, TRUE); webkit_web_context_add_path_to_sandbox(wc, p, TRUE); g_free(p); -- cgit v1.2.3