1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-17 21:26:13 -04: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

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}
/>