Daniel Shin

Results 13 comments of Daniel Shin

If there are enough use cases for modifying `RequestHeader`, then using filter seems like good generic way to go as long as it's well documented. Also it means less _workaround_...

You can sign exe file in macos using [jsign](https://github.com/ebourg/jsign), which is basically java version of Microsoft Authenticode. I had to spend my afternoon for this. Hope this helps. ``` java...