From a66c224f585ce9aad1abcd5e966cb7c313dc82e6 Mon Sep 17 00:00:00 2001 From: Ari Archer Date: Fri, 27 Dec 2024 07:43:53 +0200 Subject: [PATCH] Make the canary page wording a lot more abstract Signed-off-by: Ari Archer --- src/aw/views.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/aw/views.py b/src/aw/views.py index 948e4b1..f421374 100644 --- a/src/aw/views.py +++ b/src/aw/views.py @@ -385,9 +385,9 @@ def oltc() -> Response: def canary(): """Warrant Canary""" 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.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", )