summaryrefslogtreecommitdiffstats
path: root/src/js/ublock.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/js/ublock.js')
-rw-r--r--src/js/ublock.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/js/ublock.js b/src/js/ublock.js
index e963377..cfc6349 100644
--- a/src/js/ublock.js
+++ b/src/js/ublock.js
@@ -148,7 +148,7 @@ const matchBucket = function(url, hostname, bucket, start) {
}
bucket.push(directive);
this.saveWhitelist();
- filteringBehaviorChanged({ hostname: targetHostname });
+ filteringBehaviorChanged({ hostname: targetHostname, direction: -1 });
return true;
}