Skip to content

Commit eda2708

Browse files
authored
Server: add x-api-key to list of sensitive headers. (#1481)
1 parent dc132f7 commit eda2708

File tree

1 file changed

+1
-0
lines changed
  • server/svix-server/src/v1/endpoints/endpoint

1 file changed

+1
-0
lines changed

server/svix-server/src/v1/endpoints/endpoint/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -584,6 +584,7 @@ pub struct EndpointHeadersOut {
584584
impl EndpointHeadersOut {
585585
const SENSITIVE_HEADERS: &'static [&'static str] = &[
586586
"x-auth-token",
587+
"x-api-key",
587588
"www-authenticate",
588589
"authorization",
589590
"proxy-authenticate",

0 commit comments

Comments
 (0)