mirror of https://gitlab.com/bashrc2/epicyon
Comments
parent
7425e8ee31
commit
6192da0fee
3
mitm.py
3
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
|
||||
|
|
Loading…
Reference in New Issue