mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-05-14 08:41:28 +00:00
Add new properties to admin config
* allowUnknownHubHosts * allowedHubHosts
This commit is contained in:
@@ -27,6 +27,8 @@ import java.util.Set;
|
||||
* <li>cryptomator.p12Path</li>
|
||||
* <li>cryptomator.mountPointsDir</li>
|
||||
* <li>cryptomator.disableUpdateCheck</li>
|
||||
* <li>cryptomator.allowUnknownHubHosts</li>
|
||||
* <li>cryptomator.allowedHubHosts</li>
|
||||
* </ul>
|
||||
*
|
||||
* @see Properties
|
||||
@@ -42,7 +44,9 @@ class AdminPropertiesFactory {
|
||||
"cryptomator.pluginDir", //
|
||||
"cryptomator.p12Path", //
|
||||
"cryptomator.mountPointsDir", //
|
||||
"cryptomator.disableUpdateCheck");
|
||||
"cryptomator.disableUpdateCheck", //
|
||||
"cryptomator.allowUnknownHubHosts", //
|
||||
"cryptomator.allowedHubHosts");
|
||||
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user