diff --git a/js/lib/appUrlUtil.js b/js/lib/appUrlUtil.js index a5d8b33694..ceaf55a0fc 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