Skip to content

Releases: TerribleDev/HardHat

fix unsafe-inline and unsafe-eval

03 Feb 22:26
Compare
Choose a tag to compare
  • unsafe-inline and unsafe-eval were missing quotes and thus were being seen as a domain. Add the missing quotes to the headers

Add upgrade-insecure-request

03 Feb 18:45
Compare
Choose a tag to compare
  • Add upgrade-insecure-request to content security policy. This is a new boolean you can use to always upgrade requests from insecure to secure.

Support dotnet core 2.1+

04 Nov 14:37
1709e44
Compare
Choose a tag to compare
  • Upgrade hardhat to support 2.1 🎉

Add expect ct

28 Oct 03:45
6019640
Compare
Choose a tag to compare
  • Add the expect-ct header which is still in draft.

Add src link

27 Oct 23:20
Compare
Choose a tag to compare

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

Hpkp docs, and more!

17 Jun 21:26
Compare
Choose a tag to compare

1.0.0 Released! 🎉

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

Add Content Security Policy!!!

10 Jun 02:02
Compare
Choose a tag to compare