remove https detection

This commit is contained in:
fyears
2024-05-27 00:35:55 +08:00
parent 06dad54d4c
commit b6d46d8b91
2 changed files with 0 additions and 13 deletions
-6
View File
@@ -246,12 +246,6 @@ export class FakeFsWebdav extends FakeFs {
return;
}
if (Platform.isIosApp && !this.webdavConfig.address.startsWith("https")) {
throw Error(
`Your webdav address could only be https, not http, because of the iOS restriction.`
);
}
const headers = {
"Cache-Control": "no-cache",
};