aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/shared/urls.js2
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 {