mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-07 03:12:33 +01:00
comment fix with issue number (#3287)
This commit is contained in:
parent
de2ac0a4d2
commit
142ed51f05
@ -551,6 +551,8 @@ vAPI.tabs.onPopupUpdated = (function() {
|
||||
// scheme can be unilaterally changed by the browser.
|
||||
// https://github.com/gorhill/uBlock/issues/1378
|
||||
// Maybe no link element was clicked.
|
||||
// https://github.com/gorhill/uBlock/issues/3287
|
||||
// Do not bail out if the target URL has no hostname.
|
||||
var areDifferentURLs = function(a, b) {
|
||||
if ( b === '' ) { return true; }
|
||||
if ( b.startsWith('about:') ) { return false; }
|
||||
|
Loading…
Reference in New Issue
Block a user