mirror of https://github.com/gorhill/uBlock.git
typo
This commit is contained in:
parent
8d3c237bca
commit
7871495da0
|
@ -48,7 +48,7 @@ vAPI.tabs.onNavigation = function(details) {
|
|||
// The hostname of the bound document must always be present in the
|
||||
// mini-matrix. That's the best place I could find for the fix, all other
|
||||
// options had bad side-effects or complications.
|
||||
// TODO: Evantually, we will have to use an API to check whether a scheme
|
||||
// TODO: Eventually, we will have to use an API to check whether a scheme
|
||||
// is supported as I suspect we are going to start to see `ws`, `wss`
|
||||
// as well soon.
|
||||
if ( pageStore && details.url.lastIndexOf('http', 0) === 0 ) {
|
||||
|
|
Loading…
Reference in New Issue