Skip to content

Commit 7f39874

Browse files
Update docs/desktop/admin-config.md
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 4a405e9 commit 7f39874

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/desktop/admin-config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ The following property keys are supported.
5858
| `cryptomator.mountPointsDir=[DirPath]` | The directory where Cryptomator mounts vaults if no per-vault location has been set. |
5959
| `cryptomator.disableUpdateCheck=[Boolean]` | Whether to disable automatic update checks (`true`) or allow them (`false`). Defaults to false. |
6060
| `cryptomator.hub.allowedHosts=[UrlList]` | List of hosts that Cryptomator is allowed to connect to during Hub unlock. List entries are comma separated and each host url consists of `scheme:host:port` (`port` is optional). For example `https://hub1.example.com,https://hub2.example.com:4432` |
61-
| `cryptomator.hub.enableTrustOnFirstUse=[Boolean]` | Whether Cryptomator shall ask the user to trust unknown Hub hosts (`true`) or disallow connection attempts (`false`). A Hub host is unknown, if it is not wellknown (`*.cryptomator.cloud`), not in the `cryptomator.hub.allowedHosts` or not allowed by the user. Defaults to true |
61+
| `cryptomator.hub.enableTrustOnFirstUse=[Boolean]` | Whether Cryptomator shall ask the user to trust unknown Hub hosts (`true`) or disallow connection attempts (`false`). A Hub host is considered unknown unless it is well-known (`*.cryptomator.cloud`), listed in `cryptomator.hub.allowedHosts`, or has already been allowed by the user. Defaults to true |
6262

6363

6464
## Substitutions {#substitutions}

0 commit comments

Comments
 (0)