This will allow setting the [`Referrer-Policy`](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Referrer-Policy) header in the generated HTTP response. ``` <@ page class="SomePage" ... referrerPolicy="no-referrer" ... %> ```
This will allow setting the
Referrer-Policyheader in the generated HTTP response.