Releases: TerribleDev/HardHat
Releases · TerribleDev/HardHat
fix unsafe-inline and unsafe-eval
unsafe-inline
andunsafe-eval
were missing quotes and thus were being seen as a domain. Add the missing quotes to the headers
Add upgrade-insecure-request
- 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+
- Upgrade hardhat to support 2.1 🎉
Add expect ct
- Add the expect-ct header which is still in draft.
Add src link
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!
1.0.0
Released! 🎉
- Added Hpkp (public key pinning)
- Added documentation
- Added more extensions to inject middleware
- Unit tests
Add Content Security Policy!!!
#5 Woop Woop!