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 {