Fiddler Classic has a "Hide CONNECT" feature that I find very useful for eliminating TLS negotiation clutter. In Fiddler Everywhere, I can achieve the similar effect by using a filter. However, this does not work when I also have to use OR conditions to filter out traffic from multiple hosts.
More generally, it seems that mixed-mode filter that supports both AND and OR may be required. In this specific case, the filter conditions needed would be "Method != CONNECT && (Host == localhost || Host == example.com)".
Can I at least hide CONNECTs while also filtering for multiple hosts today? I'm evaluating migration from Fiddler Classic to Fiddler Everywhere or some 3rd-party alternatives, since Fiddler Classic is lacking in support for newer protocols that some of our workloads need. I find Fiddler Everywhere to be generally great, other than a few blockers like this one.