diff options
author | CastagnaIT <gottardo.stefano.83@gmail.com> | 2024-07-09 09:49:46 +0200 |
---|---|---|
committer | CastagnaIT <gottardo.stefano.83@gmail.com> | 2024-07-09 09:49:46 +0200 |
commit | 2d20cbd1828adb67c1a2bc263aeeafd2d8b834ed (patch) | |
tree | ac6fb8cb548a9e9698fa5ff66737d16366f82915 | |
parent | d7876de3e6d9045941cc12eb4150248e01c1ea64 (diff) |
[addons][filesystem][docs] Add verifypeer to ADDON_CURL_OPTION_OPTION
-rw-r--r-- | xbmc/addons/kodi-dev-kit/include/kodi/c-api/filesystem.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xbmc/addons/kodi-dev-kit/include/kodi/c-api/filesystem.h b/xbmc/addons/kodi-dev-kit/include/kodi/c-api/filesystem.h index aedcf6434e..41810ca93c 100644 --- a/xbmc/addons/kodi-dev-kit/include/kodi/c-api/filesystem.h +++ b/xbmc/addons/kodi-dev-kit/include/kodi/c-api/filesystem.h @@ -128,6 +128,7 @@ extern "C" /// | <b>`user-agent`</b> | Set the "user-agent" header /// | <b>`seekable`</b> | Set the stream seekable. 1: enable, 0: disable /// | <b>`sslcipherlist`</b> | Set list of accepted SSL ciphers. + /// | <b>`verifypeer`</b> | Set to false if curl must skip checking the authenticity of the SSL CA certificate. /// ADDON_CURL_OPTION_PROTOCOL, |