hard code famous website
This commit is contained in:
parent
b083f006b1
commit
13cca9025e
@ -417,7 +417,9 @@ export class FakeFsWebdav extends FakeFs {
|
||||
this.webdavConfig.depth === "auto_unknown" ||
|
||||
this.webdavConfig.depth === "auto_1" ||
|
||||
this.webdavConfig.depth === "auto_infinity" /* don't trust auto now */ ||
|
||||
this.webdavConfig.depth === "manual_1"
|
||||
this.webdavConfig.depth === "manual_1" ||
|
||||
this.webdavConfig.address.includes("jianguoyun.com") ||
|
||||
this.webdavConfig.address.includes("teracloud.jp")
|
||||
) {
|
||||
// the remote doesn't support infinity propfind,
|
||||
// we need to do a bfs here
|
||||
|
||||
Loading…
Reference in New Issue
Block a user