Skip to content

Commit e3f7ed6

Browse files
committed
Merge branch 'develop'
2 parents c0144ce + 8f03c50 commit e3f7ed6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/desktop/admin-config.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ The following property keys are supported.
5757
| `cryptomator.p12Path=[FilePath]` | The path to the device key. |
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. |
60+
| `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 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 |
6062

6163

6264
## Substitutions {#substitutions}

0 commit comments

Comments
 (0)