mirror of
https://github.com/curl/curl.git
synced 2026-04-17 01:01:46 +03:00
badwords: use hostname, not host name
and username, filename - consistently. Fixed the patterns in badwords.txt to catch these. Closes #12888
This commit is contained in:
parent
bdb0bf4782
commit
dc3eb678da
37 changed files with 116 additions and 117 deletions
11
.github/scripts/badwords.txt
vendored
11
.github/scripts/badwords.txt
vendored
|
|
@ -23,14 +23,13 @@ isn't:is not
|
|||
a http: an http
|
||||
a ftp: an ftp
|
||||
url =URL
|
||||
internet\W=Internet
|
||||
internet\b=Internet
|
||||
isation:ization
|
||||
it's:it is
|
||||
there's:there is
|
||||
[^.]\. And: Rewrite it somehow?
|
||||
^(And|So|But) = Rewrite it somehow?
|
||||
\. But: Rewrite it somehow?
|
||||
file name :filename
|
||||
\. So : Rewrite without "so" ?
|
||||
dir :directory
|
||||
you'd:you would
|
||||
|
|
@ -38,8 +37,12 @@ you'll:you will
|
|||
can't:cannot
|
||||
that's:that is
|
||||
web page:webpage
|
||||
host name\W:hostname
|
||||
file name\W:filename
|
||||
host name\b:hostname
|
||||
host names\b:hostnames
|
||||
file name\b:filename
|
||||
file names\b:filenames
|
||||
user name\b:username
|
||||
user names\b:usernames
|
||||
didn't:did not
|
||||
doesn't:does not
|
||||
won't:will not
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue