1
0
Fork 0
mirror of https://github.com/Sonarr/Sonarr synced 2025-01-03 13:45:02 +00:00

New: Update Cert Validation Help Text

This commit is contained in:
Ajax 2022-02-21 16:20:12 -06:00 committed by GitHub
parent 590f306e5f
commit 66be23a7c4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -160,7 +160,7 @@ class SecuritySettings extends Component {
type={inputTypes.SELECT}
name="certificateValidation"
values={certificateValidationOptions}
helpText="Change how strict HTTPS certification validation is"
helpText="Change how strict HTTPS certification validation is. Do not change unless you understand the risks."
onChange={onInputChange}
{...certificateValidation}
/>