We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2200768 commit 33295e7Copy full SHA for 33295e7
tests/live.rs
@@ -66,7 +66,7 @@ static ALL_FILTERS: once_cell::sync::Lazy<std::sync::Mutex<adblock::lists::Filte
66
async fn get_all_filters() -> adblock::lists::FilterSet {
67
use futures::FutureExt;
68
69
- const DEFAULT_LISTS_URL: &'static str = "https://raw.githubusercontent.com/brave/adblock-resources/master/filter_lists/default.json";
+ const DEFAULT_LISTS_URL: &'static str = "https://raw.githubusercontent.com/brave/adblock-resources/master/filter_lists/list_catalog.json";
70
71
println!(
72
"Downloading list of filter lists from '{}'",
0 commit comments