feat(webdav): add tls_insecure_skip_verify field (close #5490)

This commit is contained in:
Andy Hsu
2023-11-10 15:38:23 +08:00
parent 4355dae491
commit 91f51f17d0
2 changed files with 6 additions and 0 deletions

View File

@ -11,6 +11,7 @@ type Addition struct {
Username string `json:"username" required:"true"`
Password string `json:"password" required:"true"`
driver.RootPath
TlsInsecureSkipVerify bool `json:"tls_insecure_skip_verify" default:"false"`
}
var config = driver.Config{