diff --git a/jicoco/src/main/kotlin/org/jitsi/rest/JettyBundleActivatorConfig.kt b/jicoco/src/main/kotlin/org/jitsi/rest/JettyBundleActivatorConfig.kt index de1869e..43b496e 100644 --- a/jicoco/src/main/kotlin/org/jitsi/rest/JettyBundleActivatorConfig.kt +++ b/jicoco/src/main/kotlin/org/jitsi/rest/JettyBundleActivatorConfig.kt @@ -92,7 +92,7 @@ class JettyBundleActivatorConfig( */ val sendServerVersion: Boolean by config { "$newPropertyPrefix.send-server-version".from(JitsiConfig.newConfig) - "default" { true } + "default" { false } } val tlsProtocols: List by config {