Thibaut Broggi

Results 4 issues of Thibaut Broggi

I updated `package.json` to use 'compatible' version dependencies. I simply added a `^` before each command name. It also fixes issue #463

I really like the global satistics, but I think it's lacking some data. There is nothing about content encoding, resolution, timezone and others. Adding them could help users being more...

As of now, it is not possible to setup cipher suites for TLS1.3, as the OpenSSL API uses a different function for those (TLS1.3 ciphers use `SSL_CTX_set_ciphersuites` while TLS1.2 ciphers...

When adding a tag on a directory, it's also applied to all the files in it. But when removing the tag from the directory, the removal is not recursive. Is...

bug