Skip to content

Commit

Permalink
fix: webdav_policy options
Browse files Browse the repository at this point in the history
  • Loading branch information
xhofe committed Sep 4, 2022
1 parent a1c86b3 commit 9d20c88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/op/driver.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ func getMainItems(config driver.Config) []driver.Item {
}, {
Name: "webdav_policy",
Type: conf.TypeSelect,
Options: "302_redirect, use_proxy_url, native_proxy",
Options: "302_redirect,use_proxy_url,native_proxy",
Default: "302_redirect",
Required: true,
},
Expand All @@ -96,7 +96,7 @@ func getMainItems(config driver.Config) []driver.Item {
Name: "webdav_policy",
Type: conf.TypeSelect,
Default: "native_proxy",
Options: "use_proxy_url, native_proxy",
Options: "use_proxy_url,native_proxy",
Required: true,
})
}
Expand Down

0 comments on commit 9d20c88

Please sign in to comment.