Revert "Ladybird: Load about:blank when opening a new tab"

This reverts commit 722a669b22.
This commit is contained in:
Timothy Flynn
2024-06-26 08:58:16 -04:00
committed by Andreas Kling
parent 94a0b941f7
commit bdb24f950e

View File

@@ -11,7 +11,7 @@
namespace Browser {
static constexpr StringView default_homepage_url = "resource://html/misc/welcome.html"sv;
static constexpr StringView default_new_tab_url = "about:blank"sv;
static constexpr StringView default_new_tab_url = "about:newtab"sv;
static constexpr StringView default_color_scheme = "auto"sv;
static constexpr bool default_enable_content_filters = true;
static constexpr bool default_show_bookmarks_bar = true;