secure
secure copied to clipboard
HTTP middleware for Go that facilitates some quick security wins.
Results
4
secure issues
Sort by
recently updated
recently updated
newest added
Worth adding support for Access-Control-Allow-Origin headers? Perhaps even reusing the AllowedHost list?
Content Security policies can be a long and complex string. Is it worth creating a simple function/struct/builder to make constructing these easier, and in a less error prone way? Something...