Make the canary page wording a lot more abstract

Signed-off-by: Ari Archer <ari@ari.lt>
This commit is contained in:
Arija A. 2024-12-27 07:43:53 +02:00
parent 293db401f4
commit a66c224f58
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: A50D5B4B599AF8A2

View file

@ -385,9 +385,9 @@ def oltc() -> Response:
def canary(): def canary():
"""Warrant Canary""" """Warrant Canary"""
return flask.Response( return flask.Response(
"""Last Updated: November 19th, 2024 (2024-11-19) """Last Updated: December 27th, 2024 (2024-12-27)
As of the date above by knowledge of the Authorative Party of ari.lt (Ari Archer <ari@ari.lt>), ari.lt has not received any National Security Letters (NSLs), Foreign Intelligence Surveillance Act (FISA) warrants, or any other similar legal requests that would prevent us from disclosing this information.""", You know what it means. Or maybe not. I wont state anything.""",
mimetype="text/plain", mimetype="text/plain",
) )