mirror of
https://github.com/curl/curl.git
synced 2026-04-15 01:01:41 +03:00
badwords: add more contractions, fix fallouts
Also fix hits in autotools scripts (not to enforce). Closes #19576
This commit is contained in:
parent
ad35ecba97
commit
1e1ec7f6c2
46 changed files with 126 additions and 113 deletions
|
|
@ -91,7 +91,7 @@ my @valid_mozilla_trust_purposes = (
|
|||
|
||||
my @valid_mozilla_trust_levels = (
|
||||
"TRUSTED_DELEGATOR", # CAs
|
||||
"NOT_TRUSTED", # Don't trust these certs.
|
||||
"NOT_TRUSTED", # Do not trust these certs.
|
||||
"MUST_VERIFY_TRUST", # This explicitly tells us that it IS NOT a CA but is
|
||||
# otherwise ok. In other words, this should tell the
|
||||
# app to ignore any other sources that claim this is
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue