From 07593c5f50cc897906483987fa4984f1b6f72b59 Mon Sep 17 00:00:00 2001 From: Boris Grozev Date: Mon, 25 Sep 2023 10:25:43 -0500 Subject: [PATCH] fix: Do not send jetty version by default. --- .../main/kotlin/org/jitsi/rest/JettyBundleActivatorConfig.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {