Add about: pages to open home page

This commit is contained in:
Shin'ya Ueoka 2018-12-09 10:29:53 +09:00
parent 1f89464e42
commit 2d99515fd2

View file

@ -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 {