mirror of
https://github.com/astro/buzzrelay.git
synced 2024-11-22 04:00:59 +00:00
endpoint: don't require conntent-length to be signed
mastodon compat
This commit is contained in:
parent
3b93b7c904
commit
3a3a25d2a7
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ use crate::activitypub::Actor;
|
||||||
const SIGNATURE_HEADERS_REQUIRED: &[&str] = &[
|
const SIGNATURE_HEADERS_REQUIRED: &[&str] = &[
|
||||||
"(request-target)",
|
"(request-target)",
|
||||||
"host", "date",
|
"host", "date",
|
||||||
"digest", "content-length",
|
"digest",
|
||||||
];
|
];
|
||||||
|
|
||||||
#[derive(Clone, Debug)]
|
#[derive(Clone, Debug)]
|
||||||
|
|
Loading…
Reference in a new issue