Vincent Haupert

Results 5 issues of Vincent Haupert

I was looking for a way to always use a SOCKS5 proxy when running in Private Browsing mode. This PR adds a respective option to the general settings page. -...

rage recently introduced support for passphrase-encrypted age identities. Naturally, the implementation prompts the user for entering the passphrase of the age identity. As far as I understand, rage caches the...

Currently, the action always downloads the codecov-cli binary: https://github.com/codecov/codecov-action/blob/a9883cc0b21bfacae39d8ccace5c36d00ed01ece/src/index.ts#L42 This causes trouble in some environments where networking access is restricted (also see #700) or if the action should use a...

Hey there! Thanks for this useful project. Internally, TLS Profiler uses a fork of [Nassl](https://github.com/fabian-hk/nassl) and [SSLyze](https://github.com/fabian-hk/sslyze). Do you have any plans on bringing your extensions for TLS Profiler into...

So far, the functions `validateReceiptAsync` and `validateReceipt` had been accepting an argument `notAfter` which denoted a timestamp. If a receipt contains a timestamp which is before this deadline, it is...