Skip to content

Commit 8213b4a

Browse files
committed
Include an email option for the blocked request error
1 parent b311ab3 commit 8213b4a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/middleware/blacklist_ips.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ impl Handler for BlockIps {
3636
let body = format!(
3737
"We are unable to process your request at this time. \
3838
Please open an issue at https://github.com/rust-lang/crates.io \
39+
or email [email protected] \
3940
and provide the request id {}",
4041
req.headers().find("X-Request-Id").unwrap()[0]
4142
);

0 commit comments

Comments
 (0)