mirror of
https://forgejo.ellis.link/continuwuation/continuwuity/
synced 2026-05-30 07:54:07 +00:00
add destination to X-Matrix Authorization outbound requests
we were already validating this for inbound requests Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
@@ -729,8 +729,9 @@ fn sign_request<T>(dest: &ServerName, http_request: &mut http::Request<Vec<u8>>)
|
||||
http_request.headers_mut().insert(
|
||||
AUTHORIZATION,
|
||||
HeaderValue::from_str(&format!(
|
||||
"X-Matrix origin={},key=\"{}\",sig=\"{}\"",
|
||||
services().globals.server_name(),
|
||||
"X-Matrix origin=\"{}\",destination=\"{}\",key=\"{}\",sig=\"{}\"",
|
||||
services().globals.config.server_name,
|
||||
dest,
|
||||
s.0,
|
||||
s.1
|
||||
))
|
||||
|
||||
Reference in New Issue
Block a user