Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Commit

Permalink
Merge pull request #8576 from brave/chrome-devtools-protocol
Browse files Browse the repository at this point in the history
Declare chrome-devtools as navigatable
  • Loading branch information
jonathansampson authored Apr 29, 2017
2 parents b5a7bc7 + bdceffd commit 14cc060
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/lib/appUrlUtil.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 14cc060

Please sign in to comment.