From 4639b93cfa8c5d0a0fbe17dc3bef598f9eccd4aa Mon Sep 17 00:00:00 2001 From: fyears Date: Sat, 1 Jan 2022 18:49:10 +0800 Subject: [PATCH] add more bad cases for webdav --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 744c4f9..cbad797 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ Additionally, the plugin author may occasionally visit Obsidian official forum a - **webdav support is considered experimental.** - Currently only supports BASIC authorization method. - Currently webdav server has to be enabled CORS for requests from `app://obsidian.md` and `capacitor://localhost` and `http://localhost`, **AND** all webdav HTTP methods, **AND** all webdav headers. These are required, because Obsidian mobile works like a browser and mobile plugins are limited by CORS policies. - - Popular software NextCloud and OwnCloud do **NOT** enable CORS by default. If you are using any of them, you should evaluate the risk, and find a way to enable CORS, before using this plugin. + - Popular software NextCloud, OwnCloud, `rclone serve webdav` do **NOT** enable CORS by default. If you are using any of them, you should evaluate the risk, and find a way to enable CORS, before using this plugin. - The plugin is tested successfully under python package [`wsgidav` (version 4.0)](https://github.com/mar10/wsgidav). See [this issue](https://github.com/mar10/wsgidav/issues/239) for some details. - Your data would be synced to a `${vaultName}` sub folder on your webdav server. - Password-based end-to-end encryption is also supported. But please be aware that **the vault name itself is not encrypted**.