mirror of
https://github.com/OpenListTeam/OpenList.git
synced 2025-09-19 04:06:18 +08:00
feat(proxy): add disable proxy sign (#764)
* feat(proxy): add disable proxy sign * Update driver.go * GenerateDownProxyUrl * . * Update internal/op/driver.go Signed-off-by: j2rong4cn <36783515+j2rong4cn@users.noreply.github.com> * . --------- Signed-off-by: j2rong4cn <36783515+j2rong4cn@users.noreply.github.com> Co-authored-by: j2rong4cn <j2rong@qq.com> Co-authored-by: j2rong4cn <36783515+j2rong4cn@users.noreply.github.com>
This commit is contained in:
@ -39,7 +39,7 @@ func (d *QuarkOrUC) Init(ctx context.Context) error {
|
||||
if err == nil {
|
||||
if d.AdditionVersion != 2 {
|
||||
d.AdditionVersion = 2
|
||||
if !d.UseTransCodingAddress && len(d.DownProxyUrl) == 0 {
|
||||
if !d.UseTransCodingAddress && len(d.DownProxyURL) == 0 {
|
||||
d.WebProxy = true
|
||||
d.WebdavPolicy = "native_proxy"
|
||||
}
|
||||
|
Reference in New Issue
Block a user