Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Notification list to Brave #57

Merged
merged 1 commit into from Jan 2, 2020
Merged
Changes from all commits
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Add Notification list to Brave

  • Loading branch information
ryanbr committed Dec 2, 2019
commit bb6b86311b1d5172e19502006149e5945fea852f
@@ -87,5 +87,16 @@ pub fn default_lists() -> Vec<FilterList> {
component_id: String::from(""),
base64_public_key: String::from(""),
},
FilterList {
uuid: String::from("4C073EB2-B3ED-42F3-8960-96C7A9215382"),
url: String::from(
"https://raw.githubusercontent.com/brave/adblock-lists/master/brave-notifications.txt",
),
title: String::from("Notification List"),
langs: Vec::new(),
support_url: String::from("https://github.com/brave/adblock-lists"),
component_id: String::from(""),
base64_public_key: String::from(""),
},
].to_vec()
}
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.