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 dc132f7 commit eda2708Copy full SHA for eda2708
server/svix-server/src/v1/endpoints/endpoint/mod.rs
@@ -584,6 +584,7 @@ pub struct EndpointHeadersOut {
584
impl EndpointHeadersOut {
585
const SENSITIVE_HEADERS: &'static [&'static str] = &[
586
"x-auth-token",
587
+ "x-api-key",
588
"www-authenticate",
589
"authorization",
590
"proxy-authenticate",
0 commit comments