Secure Versions Save

HTTP middleware for Go that facilitates some quick security wins.

v1.14.0

3 months ago

What's Changed

Full Changelog: https://github.com/unrolled/secure/compare/v1.13.0...v1.14.0

v1.13.0

1 year ago
  • Added a new CSP Builder (#86)

v1.12.0

1 year ago
  • Removed AllowedHostsFunc option that was added in v1.11.0 (#85)
  • Added a new AllowRequestFunc option that allows for custom filtering of requests (#85)

v1.11.0

1 year ago
  • Add ability to pass a custom allowed hosts function (#82)

v1.10.0

2 years ago
  • Add ability to set Cross-Origin-Opener-Policy header (#80 )

v1.0.9

2 years ago
  • Added Permissions-Policy, deprecated Feature-Policy (#77)

v1.0.8

3 years ago
  • Fixed #70

v1.0.7

4 years ago
  • Added ability to set a custom context key so multiple secure instances can act in series

v1.0.6

4 years ago

Bumped go.mod to use version 1.13 which fixes an issue with goproxy.io

v1.0.5

4 years ago

Add SSLHost logic to ModifyResponseHeaders