Documentation of disable_cert_validation is missing.
This commit is contained in:
Tobias 2021-04-29 01:17:44 +02:00 коммит произвёл GitHub
Родитель 638f03ab66
Коммит 416c7a2182
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 4 добавлений и 1 удалений

Просмотреть файл

@ -54,6 +54,9 @@ Ex: '2*' will match 200, 201, 210, etc.
Use wildcard '?' to allow any value in that specific location.
Ex: '2?1' will match 201 or 211, but not 202.
### disable_cert_validation: bool (default False)
Disable TLS certificate validation.
### dyn_objects_cache_size: int (default 10)
Max number of objects of one type before deletion by the garbage collector
@ -195,4 +198,4 @@ instead of the default dictionary.
}
}
}
```
```