mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 11:58:12 +00:00
Browser: Turn on content filtering by default :^)
This commit is contained in:
parent
66e7ac1954
commit
166cd8e881
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ ErrorOr<int> serenity_main(Main::Arguments arguments)
|
|||
|
||||
Browser::g_home_url = Config::read_string("Browser", "Preferences", "Home", "file:///res/html/misc/welcome.html");
|
||||
Browser::g_search_engine = Config::read_string("Browser", "Preferences", "SearchEngine", {});
|
||||
Browser::g_content_filters_enabled = Config::read_bool("Browser", "Preferences", "EnableContentFilters");
|
||||
Browser::g_content_filters_enabled = Config::read_bool("Browser", "Preferences", "EnableContentFilters", true);
|
||||
|
||||
Browser::g_icon_bag = TRY(Browser::IconBag::try_create());
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue