summaryrefslogtreecommitdiff
path: root/browser.c
diff options
context:
space:
mode:
Diffstat (limited to 'browser.c')
-rw-r--r--browser.c2
1 files changed, 1 insertions, 1 deletions
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);