Skip to content

Commit

Permalink
Update Reject Hosts
Browse files Browse the repository at this point in the history
  • Loading branch information
SukkaW committed Jan 6, 2025
1 parent faaae5c commit fb5f1a5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions Build/build-reject-domainset.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ export const buildRejectDomainSet = task(require.main === module, __filename)(as
})),
getPhishingDomains(childSpan).then(appendArrayToRejectExtraOutput),
readLocalRejectDomainsetPromise.then(appendArrayToRejectOutput),
readLocalRejectDomainsetPromise.then(appendArrayToRejectExtraOutput),
readLocalRejectExtraDomainsetPromise.then(appendArrayToRejectExtraOutput),
// Dedupe domainSets
// span.traceChildAsync('collect black keywords/suffixes', async () =>
Expand Down
3 changes: 3 additions & 0 deletions Source/domainset/reject_sukka.conf
Original file line number Diff line number Diff line change
Expand Up @@ -1050,6 +1050,9 @@ analytics-api.smzdm.com
.pandasuite.io
.adkoffer.fr
.zooplus.fr
.linkomo.fr
.adkoffre.fr
.testandtarget.omniture.com

# >> Alexa / Amazon
device-metrics-us.amazon.com
Expand Down

0 comments on commit fb5f1a5

Please sign in to comment.