Add about: pages to open home page

jh-changes
Shin'ya Ueoka 6 years ago
parent 1f89464e42
commit 2d99515fd2
  1. 2
      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 {