[web] Make sure no one mistakes our software as apolitical
This commit is contained in:
parent
74e41de309
commit
56dbe50d2f
|
@ -347,7 +347,11 @@ impl Route {
|
|||
|
||||
Ok(Response {
|
||||
status: b"200",
|
||||
headers: Cow::Borrowed(&[]),
|
||||
headers: Cow::Borrowed(&[
|
||||
(b"Trans-Women", Cow::Borrowed(b"don't owe you femininity")),
|
||||
(b"Trans-Men", Cow::Borrowed(b"don't owe you masculinity")),
|
||||
(b"And-Stop-Projecting-Your-Dated-Gender-Norms", Cow::Borrowed(b"onto nonbinary people's life experiences")),
|
||||
]),
|
||||
body: body.into_bytes().into(),
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue