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 0391f42 commit 6526159Copy full SHA for 6526159
admin/src/main/scala/com/neu/core/ClientSslConfig.scala
@@ -44,7 +44,7 @@ trait ClientSslConfig extends LazyLogging {
44
context
45
}
46
47
- private final val SENSITIVE_HEADER = Set("X-Auth-Token", "Authorization")
+ private final val SENSITIVE_HEADER = Set("X-R-Sess", "X-Auth-Token", "Authorization")
48
49
def sendReceiver(using
50
system: ActorSystem,
0 commit comments