Add about: pages to open home page
This commit is contained in:
parent
1f89464e42
commit
2d99515fd2
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ const trimStart = (str) => {
|
||||||
return str.replace(/^\s+/, '');
|
return str.replace(/^\s+/, '');
|
||||||
};
|
};
|
||||||
|
|
||||||
const SUPPORTED_PROTOCOLS = ['http:', 'https:', 'ftp:', 'mailto:'];
|
const SUPPORTED_PROTOCOLS = ['http:', 'https:', 'ftp:', 'mailto:', 'about:'];
|
||||||
|
|
||||||
const searchUrl = (keywords, searchSettings) => {
|
const searchUrl = (keywords, searchSettings) => {
|
||||||
try {
|
try {
|
||||||
|
|
Reference in a new issue