HardHat Versions Save

Help secure .net core apps with various HTTP headers (such as CSP's)

2.1.1

5 years ago
  • unsafe-inline and unsafe-eval were missing quotes and thus were being seen as a domain. Add the missing quotes to the headers

2.1

5 years ago
  • Add upgrade-insecure-request to content security policy. This is a new boolean you can use to always upgrade requests from insecure to secure.

2.0

5 years ago
  • Upgrade hardhat to support 2.1 🎉

1.1.0

6 years ago
  • Add the expect-ct header which is still in draft.

1.0.1

6 years ago

You can now interactively debug this code base thanks to SourceLink

In Visual Studio, turn of debug only my code and make sure sourcelink is enabled. Both options can be found in tools -> options -> debug -> general

1.0.0

6 years ago

1.0.0 Released! :tada:

  • Added Hpkp (public key pinning)
  • Added documentation
  • Added more extensions to inject middleware
  • Unit tests

1.0.0-beta-3

6 years ago

#5 Woop Woop!