shelf_helmet 2.3.0
shelf_helmet: ^2.3.0 copied to clipboard
A port of the NodeJS helmet package to Dart. Helmet helps you secure your Dart Shelf/Frog apps by setting various HTTP headers.
2.3.0 #
- Set default of
strict-transport-securitytomax-age=31536000aka 365 days. Following the recommendation of this Issue
2.2.1 #
- Add
As pharaoh middlewaresection in README.
2.2.0 #
- Add
CrossOriginEmbedderPolicy unsafe-none. - Improve
As dart_frog middlewaresection in README.
2.1.1 #
- Replace
_with-in pubpsec
2.1.0 #
- Add support for dart >= 3.0.0
2.0.0 #
- Breaking: Disabled
crossOriginEmbedderPolicyby default. - Added issue tracker and topics.
1.1.0 #
- Now Exporting:
CrossOriginEmbedderPolicyCrossOriginOpenerPolicyXContentTypeOptions
1.0.0 #
- Initial version.