mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-02 00:42:45 +01:00
regression
This commit is contained in:
parent
31c219fbf6
commit
cef1ac0ec9
@ -271,7 +271,7 @@ Matrix.prototype.evaluateCellZY = function(srcHostname, desHostname, type) {
|
|||||||
|
|
||||||
if ( type === 'script' ) {
|
if ( type === 'script' ) {
|
||||||
type = isFirstParty(srcHostname, desHostname) ? '1p-script' : '3p-script';
|
type = isFirstParty(srcHostname, desHostname) ? '1p-script' : '3p-script';
|
||||||
} else if ( type === 'sub-frame' && isFirstParty(srcHostname, desHostname) === false ) {
|
} else if ( type === 'sub_frame' && isFirstParty(srcHostname, desHostname) === false ) {
|
||||||
type = '3p-frame';
|
type = '3p-frame';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user