martenframework / marten

The pragmatic web framework.
https://martenframework.com
MIT License
424 stars 24 forks source link

Add middleware for Referrer-Policy #259

Closed treagod closed 2 months ago

treagod commented 2 months ago

This adds a new Referrer-Policy. If active the middleware will add a Referrer-Policy header to the response if not already defined

244