1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-15 07:22:28 +02:00

comment fix with issue number (#3287)

This commit is contained in:
gorhill 2017-11-27 17:09:22 -05:00
parent de2ac0a4d2
commit 142ed51f05
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -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; }