From 15adb2cd79fb30c140d5a9d53834debc76212307 Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Fri, 18 Jun 2021 08:49:48 +0200 Subject: [PATCH] Update tls_passthrough.py --- examples/contrib/tls_passthrough.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/contrib/tls_passthrough.py b/examples/contrib/tls_passthrough.py index 74ae2bbee..8f84f318f 100644 --- a/examples/contrib/tls_passthrough.py +++ b/examples/contrib/tls_passthrough.py @@ -1,3 +1,5 @@ +# FIXME: This addon is currently not compatible with mitmproxy 7 and above. + """ This inline script allows conditional TLS Interception based on a user-defined strategy.