summaryrefslogtreecommitdiff
path: root/core/app.vala
diff options
context:
space:
mode:
Diffstat (limited to 'core/app.vala')
-rw-r--r--core/app.vala2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/app.vala b/core/app.vala
index 6e61e3be..1514c58e 100644
--- a/core/app.vala
+++ b/core/app.vala
@@ -294,6 +294,8 @@ namespace Midori {
settings.notify["enable-spell-checking"].connect ((pspec) => {
context.set_spell_checking_enabled (settings.enable_spell_checking);
});
+ // Enable the database by resetting the directory to the default
+ context.set_favicon_database_directory (null);
context.get_cookie_manager ().set_accept_policy (
settings.first_party_cookies_only ? WebKit.CookieAcceptPolicy.NO_THIRD_PARTY : WebKit.CookieAcceptPolicy.ALWAYS);
settings.notify["first-party-cookies-only"].connect ((pspec) => {