Kevin Hakanson

Results 27 comments of Kevin Hakanson

I not a haproxy expert, but doesn't it change the HOST header to the target hostname and port values and require additional config if you want the original values using...

I ask myself that a lot. Maybe now that the 2017 OWASP Top 10 is coming out (see https://github.com/OWASP/Top10/tree/master/2017), I will think harder about it.

tl;dr - we discussed and are **not inclined** to make this change Our discussion on this focused around the topics of standards compliance, minimizing the ability to use library incorrectly,...

I've been looking at this while thinking about the Amazon Cognito Developer Guide [Multi-tenant application best practices](https://docs.aws.amazon.com/cognito/latest/developerguide/multi-tenant-application-best-practices.html) > You have four ways to secure multi-tenant applications: user pools, application clients,...

Does using RegexOptions.ECMAScript help? http://msdn.microsoft.com/en-us/library/system.text.regularexpressions.regexoptions(v=VS.100).aspx

-1 for me for not looking in the code in Core.fs ``` let options = (options ||| RegexOptions.ECMAScript) &&& ~~~RegexOptions.Compiled let key = (options, pattern) this.RegExp new Regex(pattern, options |||...

Created `prerelease` branch with Cedar 3.0.1 support and published as "v0.7.1 (pre-release)" in Visual Studio Marketplace

I agree it is best to download a copy and serve it yourself. However, many tutorials reference a CDN and if you use the Google CDN it is likely the...

What were you thinking for file extension and format? I initially thought of the `.md5` and `.sha1` style extensions, but would you want to generate `.sha256` , `.sha384` , and...

I like the idea of making it as simple as possible, because I fear most developers won't take the time to figure out how to use the raw integrity hash...