Skip to content

Commit c2d5cdb

Browse files
committedAug 23, 2024
badwords.txt: use the one used in the curl repo
It extends the list somewhat
1 parent 2a54740 commit c2d5cdb

File tree

1 file changed

+31
-8
lines changed

1 file changed

+31
-8
lines changed
 

‎badwords.txt

+31-8
Original file line numberDiff line numberDiff line change
@@ -8,32 +8,55 @@ wild-card:wildcard
88
wild card:wildcard
99
i'm:I am
1010
you've:You have
11+
we've:we have
12+
we're:we are
13+
we'll:we will
14+
we'd:we would
1115
they've:They have
1216
they're:They are
17+
they'll:They will
18+
they'd:They would
19+
you've:you have
20+
you'd:you would
21+
you'll:you will
22+
you're:you are
1323
should've:should have
14-
don't:do not
24+
don't=do not
1525
could've:could have
1626
doesn't:does not
1727
isn't:is not
28+
aren't:are not
1829
a html: an html
1930
a http: an http
2031
a ftp: an ftp
2132
url =URL
22-
internet=Internet
33+
internet\b=Internet
2334
isation:ization
2435
it's:it is
36+
it'd:it would
2537
there's:there is
26-
\. And: Rewrite it somehow?
38+
[^.]\. And: Rewrite it somehow?
39+
^(And|So|But) = Rewrite it somehow?
40+
\. But: Rewrite it somehow?
2741
\. So : Rewrite without "so" ?
2842
dir :directory
29-
you'd:you would
30-
you'll:you will
3143
can't:cannot
3244
that's:that is
3345
web page:webpage
3446
host name\b:hostname
35-
file name\b:filename
36-
user name\b:username
3747
host names\b:hostnames
48+
file name\b:filename
3849
file names\b:filenames
39-
user names\b:usernames
50+
\buser name\b:username
51+
\buser names\b:usernames
52+
\bpass phrase:passphrase
53+
didn't:did not
54+
doesn't:does not
55+
won't:will not
56+
couldn't:could not
57+
\b32bit=32-bit
58+
\b64bit=64-bit
59+
32 bit\b=32-bit
60+
64 bit\b=64-bit
61+
64-bits:64 bits or 64-bit
62+
32-bits:32 bits or 32-bit

0 commit comments

Comments
 (0)
Please sign in to comment.