Add new properties to admin config

* allowUnknownHubHosts
* allowedHubHosts
This commit is contained in:
Armin Schrenk
2026-03-11 16:49:48 +01:00
parent b8413a21a3
commit aa68224d63

View File

@@ -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");
/**