We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04576fe commit f6f9bbdCopy full SHA for f6f9bbd
lib/regexes.py
@@ -48,6 +48,9 @@
48
# The banlist is the list of regexes that are found in crash reports
49
'banlist': [
50
re.compile(r'faf\.fa\.proxies', re.I),
51
- re.compile(r'Technic Launcher is starting', re.I)
+ re.compile(r'Technic Launcher is starting', re.I),
52
+ re.compile(r'TDSS rootkit removing tool', re.I),
53
+ re.compile(r'INFO: Processing cookbook_file', re.I),
54
+ re.compile(r'loading\.target\.rdio', re.I)
55
]
56
}
0 commit comments