From cef1ac0ec9d9ed5c5933fc36a877e2f17fe2c3d7 Mon Sep 17 00:00:00 2001 From: gorhill Date: Wed, 7 Jan 2015 14:24:06 -0500 Subject: [PATCH] regression --- src/js/dynamic-net-filtering.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/dynamic-net-filtering.js b/src/js/dynamic-net-filtering.js index 4c931830c..78a36af09 100644 --- a/src/js/dynamic-net-filtering.js +++ b/src/js/dynamic-net-filtering.js @@ -271,7 +271,7 @@ Matrix.prototype.evaluateCellZY = function(srcHostname, desHostname, type) { if ( type === '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'; }