Skip to content

Commit

Permalink
fix: Do not send jetty version by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
bgrozev committed Sep 25, 2023
1 parent 805c0d8 commit 07593c5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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<String> by config {
Expand Down

0 comments on commit 07593c5

Please sign in to comment.