diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/shared/urls.js | 2 | 
1 files changed, 1 insertions, 1 deletions
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 {  | 
