diff --git a/src/js/dynamic-net-filtering.js b/src/js/dynamic-net-filtering.js index 28d8b5145..1cf630f4e 100644 --- a/src/js/dynamic-net-filtering.js +++ b/src/js/dynamic-net-filtering.js @@ -320,6 +320,11 @@ class DynamicHostRuleFiltering { if ( this.evaluateCellZ(srcHostname, '*', type) !== 0 ) { return this.r; } + if ( type.startsWith('3p-') ) { + if ( this.evaluateCellZ(srcHostname, '*', '3p') !== 0 ) { + return this.r; + } + } } // Any destination, any party, any type