Skip to content

Commit 886c87e

Browse files
committed
updated blacklists
1 parent 1da63fa commit 886c87e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/detection.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,8 @@ def confidential(self, text, words, regexs, detec_state):
132132
return detec_state
133133

134134
def __init__(self, words, regexs):
135-
self.base_blacklist = [] # Add your blacklist here
136-
#self.base_blacklist = ["royal-crypto", "royalcrypto", "bit-trading", "jiratrade", "traderce"]
135+
#self.base_blacklist = [] # Add your blacklist here
136+
self.base_blacklist = ["royal-crypto", "royalcrypto", "bit-trading", "jiratrade", "traderce", "bitxking", "sellbuy-btc", "crypto-wallet-btc", "crypto-trade24"]
137137
self.groups = [self.credentials, self.banking, self.personal, self.confidential] # Add your groups here
138138

139139
self.words = words

0 commit comments

Comments
 (0)