g...@suckless.org wrote: > + if (webkit_web_view_get_tls_info(c->view, NULL, &tlsflags) && > + tlsflags) {
Heyho, I would switch the test around and check for `tlsflags` first. It probably doesn't affect the binary, but is easier to read for humans. --Markus