You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
elseresult=!vf.RunAllCompareOr("mitm_bodyblock_white",bodyText);//revert the value, because we don't want to block whitelisted hosts
@@ -8612,7 +8618,7 @@ public void CreateTunnel()
8612
8618
//console.Debug("https, connect request");
8613
8619
}
8614
8620
8615
-
if((protocol==Mode.HTTP&&http==ProxyServer.Mode.MITM)||(protocol==Mode.HTTPs&&https==ProxyServer.Mode.MITM)&&ctx.mitmHttp.started)//only block if mitm is set
8621
+
if(((protocol==Mode.HTTP&&http==ProxyServer.Mode.MITM)||(protocol==Mode.HTTPs&&https==ProxyServer.Mode.MITM))&&ctx.mitmHttp.started)//only block if mitm is set
0 commit comments