SIGN IN SIGN UP
RSSNext / Folo UNCLAIMED

🧡 Folo is the AI RSS Reader

0 0 1 TypeScript
from mitmproxy import http
def request(flow: http.HTTPFlow) -> None:
2025-07-03 13:13:20 +08:00
if flow.request.pretty_host == "app.folo.is":
flow.request.host = "localhost"
flow.request.port = 2233