Skip to content

Commit

Permalink
[WX-1317] Remove Akka 'server' header from all HTTP responses (#7379)
Browse files Browse the repository at this point in the history
  • Loading branch information
THWiseman authored Mar 5, 2024
1 parent db0dd2d commit 82b8dc5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion server/src/main/resources/application.conf
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,12 @@ akka {
server {
request-timeout = 40s
bind-timeout = 5s
# By default, akka includes an HTTP header in responses that looks like:
# server=akka-http/10.20.1
# For better app sec, we suppress this to make it harder for attackers to learn about our system.
# Akka doc: https://doc.akka.io/docs/akka-http/current/configuration.html
server-header = ""
}

client.connecting-timeout = 40s

# Inspired by https://broadworkbench.atlassian.net/browse/CROM-6738
Expand Down

0 comments on commit 82b8dc5

Please sign in to comment.