diff options
| -rw-r--r-- | lib/settings.coffee | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/settings.coffee b/lib/settings.coffee index 6cf93618..51bb8bc4 100644 --- a/lib/settings.coffee +++ b/lib/settings.coffee @@ -171,7 +171,7 @@ Settings = # az: http://www.amazon.com/s/?field-keywords=%s Amazon # qw: https://www.qwant.com/?q=%s Qwant """ - newTabUrl: "chrome://newtab" + newTabUrl: "about:newtab" grabBackFocus: false regexFindMode: false waitForEnterForFilteredHints: false # Note: this defaults to true for new users; see below. |
