diff --git a/src/js/url-net-filtering.js b/src/js/url-net-filtering.js index 08f2cfe10..d527b8e10 100644 --- a/src/js/url-net-filtering.js +++ b/src/js/url-net-filtering.js @@ -261,7 +261,7 @@ class DynamicURLRuleFiltering { this.context === context && this.url === url && this.type === type; - if ( otherOwn && !thisOwn ) { + if ( otherOwn && !thisOwn || other.r !== this.r ) { this.setRule(context, url, type, other.r); this.changed = true; }