On 11/20/19, Richard Owlett <[email protected]> wrote: > Caveat Lector: I know the subject line is poor. Best I could do > > Environment: > Mozilla/5.0 (X11; Linux i686; rv:52.0) ... SeaMonkey/2.49.4 > Debian 9.8 > > When going to a URL, at the bottom of the screen there may be URLs of > multiple sites. It goes by too fast to absorb. > > Does SeaMonkey log these URLs?
I like the uMatrix addon. SeaMonkey has Tools / Web Development / Toggle Tools Select the Network tab and under that, All but they just show you the urls, not the data. > Is there any way to know what information is exchanged? Something like https://mitmproxy.org/ but then you have to consider how safe your mitm is: https://media.defense.gov/2019/Nov/18/2002212783/-1/-1/0/MANAGING%20RISK%20FROM%20TLS%20INSPECTION_20191106.PDF https://www.us-cert.gov/ncas/alerts/TA17-075A Or wireshark + setting the SSLKEYLOGFILE evar, but that's a PITA C:>type seamonkey-tlsdecode.bat set SSLKEYLOGFILE=C:\Users\Lee\AppData\Local\Temp\SM-TLSkeys.txt start C:\"Program Files\SeaMonkey\seamonkey.exe" @rem wireshark: @rem edit / preferences @rem protocols / tls (v2.6: protocols / ssl) @rem paste SSLKEYLOGFILE filename into TLS debug file entry Regards, Lee _______________________________________________ support-seamonkey mailing list [email protected] https://lists.mozilla.org/listinfo/support-seamonkey

