From bdceffd918ebe7e7b603f707569aff2e53f134d1 Mon Sep 17 00:00:00 2001 From: Jonathan Sampson Date: Sat, 29 Apr 2017 13:11:21 -0500 Subject: [PATCH] Declare chrome-devtools as navigatable --- js/lib/appUrlUtil.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/lib/appUrlUtil.js b/js/lib/appUrlUtil.js index a5d8b336941..ceaf55a0fca 100644 --- a/js/lib/appUrlUtil.js +++ b/js/lib/appUrlUtil.js @@ -221,7 +221,7 @@ function getHash (input) { return (typeof input === 'string') ? input.split('#')[1] : '' } -module.exports.navigatableTypes = ['http:', 'https:', 'about:', 'chrome:', 'chrome-extension:', 'file:', 'view-source:', 'ftp:', 'magnet:'] +module.exports.navigatableTypes = ['http:', 'https:', 'about:', 'chrome:', 'chrome-extension:', 'chrome-devtools:', 'file:', 'view-source:', 'ftp:', 'magnet:'] /** * Determine the URL to use when creating a new tab