From 2d99515fd22cf92c7d47a15434eb89d6d26ce525 Mon Sep 17 00:00:00 2001 From: Shin'ya Ueoka Date: Sun, 9 Dec 2018 10:29:53 +0900 Subject: [PATCH] Add about: pages to open home page --- src/shared/urls.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shared/urls.js b/src/shared/urls.js index efdbcdb..f7e917d 100644 --- a/src/shared/urls.js +++ b/src/shared/urls.js @@ -3,7 +3,7 @@ const trimStart = (str) => { return str.replace(/^\s+/, ''); }; -const SUPPORTED_PROTOCOLS = ['http:', 'https:', 'ftp:', 'mailto:']; +const SUPPORTED_PROTOCOLS = ['http:', 'https:', 'ftp:', 'mailto:', 'about:']; const searchUrl = (keywords, searchSettings) => { try {