We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c25fc4 commit 47fb46cCopy full SHA for 47fb46c
src/stealth.rs
@@ -64,7 +64,7 @@ pub fn proxy_auth_required(server_name: &str) -> Response<Full<Bytes>> {
64
Response::builder()
65
.status(StatusCode::PROXY_AUTHENTICATION_REQUIRED)
66
.header("Server", server_name)
67
- .header("Proxy-Authenticate", "Basic realm=\"proxy\"")
+ .header("Proxy-Authenticate", "Basic realm=\"Restricted\"")
68
.header("Content-Length", "0")
69
.body(Full::new(Bytes::new()))
70
.unwrap()
0 commit comments