Alexander Prinzhorn
Alexander Prinzhorn
### Preflight Checklist - [X] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/main/CONTRIBUTING.md) for this project. - [X] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project adheres to. -...
### Preflight Checklist - [X] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/main/CONTRIBUTING.md) for this project. - [X] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project adheres to. -...
There's no `-ms-transition` and the order should be switched.
We should detect if https://github.com/bestiejs/benchmark.js is present and output the time each call took and the percentage for each level.
I'm planning on using go-httpbin for integration tests of an HTTP intercepting proxy. Thanks for maintaining it! I will come up with some more "exotic" feature requests and have to...
#### Description This fixes the 100% CPU loop for me. I tried to introduce somewhat meaningful exit codes, feel free to change them. `CANNOT_WRITE_TO_DISK` is unused, not sure where that...
#### Description ```sh mitmdump --set ca_basename=example --set ca_organization=Example --set ca_common_name=example ```  So how would I test the "via mitmproxy" part? Two notes: 1. The onboarding app...
#### Problem Description I always come up with the most esoteric use-cases, but here we go. I'm pentesting an FTP setup and put mitmproxy in front of the command port...
#### Problem Description I just noticed during https://github.com/mitmproxy/mitmproxy/issues/5469#issuecomment-1191343747 #### Steps to reproduce the behavior: http.txt ``` HTTP/1.1 200 OK Content-Type: text/plain Content-Length: 1 \ ``` 1. `ncat -l 1337 <...
#### Problem Description I'm wrapping mitmproxy and I want to avoid confusion by not calling my root certs `mitmproxy-ca.pem` etc. And also by not having my root cert be issued...