Skip to content

Commit 78696b7

Browse files
committed
update the other catalog URL too
1 parent 33295e7 commit 78696b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benches/bench_redirect_performance.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ use adblock::request::Request;
77
use adblock::resources::ResourceStorage;
88

99
const DEFAULT_LISTS_URL: &str =
10-
"https://raw.githubusercontent.com/brave/adblock-resources/master/filter_lists/default.json";
10+
"https://raw.githubusercontent.com/brave/adblock-resources/master/filter_lists/list_catalog.json";
1111

1212
async fn get_all_filters() -> Vec<String> {
1313
use futures::FutureExt;

0 commit comments

Comments
 (0)