Skip to content

Commit

Permalink
Merge pull request #104 from brave/unbreak-new-url-main
Browse files Browse the repository at this point in the history
add newer brave-unbreak URL
  • Loading branch information
antonok-edm authored Oct 16, 2023
2 parents d286418 + f6ce70f commit 07fbbd0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions brave/lambda_actions/assemble.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,12 @@ const braveValidationLib = require('../validation')

// Static lists that we use entirely in the default set of filters
const COIN_MINER_URL = 'https://raw.githubusercontent.com/brave/adblock-lists/master/coin-miners.txt'
const BREAK_UNBREAK_URL = 'https://raw.githubusercontent.com/brave/adblock-lists/master/brave-unbreak.txt'
const BRAVE_UNBREAK_URL_OLD = 'https://raw.githubusercontent.com/brave/adblock-lists/master/brave-unbreak.txt'
const BRAVE_UNBREAK_URL_NEW = 'https://raw.githubusercontent.com/brave/adblock-lists/master/brave-lists/brave-unbreak.txt'
const UBLOCK_UNBREAK_URL = 'https://raw.githubusercontent.com/uBlockOrigin/uAssets/master/filters/unbreak.txt'
const NOTIFICATIONS_URL = 'https://easylist-downloads.adblockplus.org/fanboy-notifications.txt'
const IOS_SPECIFIC_URL = 'https://raw.githubusercontent.com/brave/adblock-lists/master/brave-lists/brave-ios-specific.txt'
const STATIC_RULE_URLS = [COIN_MINER_URL, BREAK_UNBREAK_URL, UBLOCK_UNBREAK_URL, NOTIFICATIONS_URL, IOS_SPECIFIC_URL]
const STATIC_RULE_URLS = [COIN_MINER_URL, BRAVE_UNBREAK_URL_OLD, BRAVE_UNBREAK_URL_NEW, UBLOCK_UNBREAK_URL, NOTIFICATIONS_URL, IOS_SPECIFIC_URL]

const REGIONAL_CATALOG_URL = 'https://raw.githubusercontent.com/brave/adblock-resources/master/filter_lists/regional.json'

Expand Down

0 comments on commit 07fbbd0

Please sign in to comment.