mirror of
https://git.ari.lt/ari.lt/ari.lt.git
synced 2025-02-04 09:39:25 +01:00
Make the canary page wording a lot more abstract
Signed-off-by: Ari Archer <ari@ari.lt>
This commit is contained in:
parent
293db401f4
commit
a66c224f58
1 changed files with 2 additions and 2 deletions
|
@ -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",
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue