Skip to content

Commit c521518

Browse files
committed
fix(): fix config value (#14865)
1 parent 7a9ef14 commit c521518

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

datahub-frontend/conf/application.conf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ play.server.akka.max-header-value-length = 32k
4646
play.server.akka.max-header-value-length = ${?DATAHUB_AKKA_MAX_HEADER_VALUE_LENGTH}
4747

4848
# CVE-2023-31442
49-
akka.io.dns.resolver = "java"
49+
# https://doc.akka.io/libraries/akka-core/current/io-dns.html
50+
akka.io.dns.resolver = "inet-address"
5051

5152
# Update AUTH_COOKIE_SAME_SITE and AUTH_COOKIE_SECURE in order to change how authentication cookies
5253
# are configured. If you wish cookies to be sent in first and third party contexts, set

0 commit comments

Comments
 (0)