We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a9ef14 commit c521518Copy full SHA for c521518
datahub-frontend/conf/application.conf
@@ -46,7 +46,8 @@ play.server.akka.max-header-value-length = 32k
46
play.server.akka.max-header-value-length = ${?DATAHUB_AKKA_MAX_HEADER_VALUE_LENGTH}
47
48
# CVE-2023-31442
49
-akka.io.dns.resolver = "java"
+# https://doc.akka.io/libraries/akka-core/current/io-dns.html
50
+akka.io.dns.resolver = "inet-address"
51
52
# Update AUTH_COOKIE_SAME_SITE and AUTH_COOKIE_SECURE in order to change how authentication cookies
53
# are configured. If you wish cookies to be sent in first and third party contexts, set
0 commit comments