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 b6ab37b commit 7a9ef14Copy full SHA for 7a9ef14
datahub-frontend/conf/application.conf
@@ -45,6 +45,9 @@ play.server.akka.max-header-size = ${?DATAHUB_AKKA_MAX_HEADER_VALUE_LENGTH}
45
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"
50
+
51
# Update AUTH_COOKIE_SAME_SITE and AUTH_COOKIE_SECURE in order to change how authentication cookies
52
# are configured. If you wish cookies to be sent in first and third party contexts, set
53
# AUTH_COOKIE_SAME_SITE = "NONE" and AUTH_COOKIE_SECURE = true. If AUTH_COOKIE_SAME_SITE is "NONE",
0 commit comments