Skip to content

Commit

Permalink
Remove unnecessary whitelist entry
Browse files Browse the repository at this point in the history
This was added to brave-core in cff4519
(brave#7322).
  • Loading branch information
fmarier committed Jan 18, 2020
1 parent 917a215 commit 9c3092a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/licensing.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ const knownMissing = new Set([
path.join('components', 'third_party', 'adblock', 'lists', 'adblock_dk'),
// https://github.com/gfmaster/adblock-korea-contrib/issues/47
path.join('components', 'third_party', 'adblock', 'lists', 'adblock-korea-contrib'),
// https://github.com/tcptomato/ROad-Block/issues/55
path.join('components', 'third_party', 'adblock', 'lists', 'road-block')
])

const extractLicenseInfo = (directory) => {
Expand Down

0 comments on commit 9c3092a

Please sign in to comment.