From 6192da0fee60afaf318d3d78a5cb265e8919f0f3 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Tue, 27 May 2025 13:13:22 +0100 Subject: [PATCH] Comments --- mitm.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mitm.py b/mitm.py index 6eb3d46ed..412ab4a55 100644 --- a/mitm.py +++ b/mitm.py @@ -10,6 +10,9 @@ __module_group__ = "Core" # some posts are proxied through a third party server which removes transport # layer security, breaking the end-to-end principle. Epicyon warns the # user when it knows that this is happening. +# The proxy may not be able to alter the post in transit, due to http +# signature, but they can conduct surveillance and gather posts for LLM +# training (or sale for that purpose). import os from utils import data_dir