## `referrerPolicy`

### Default

`no-referrer`

### Description

`referrerPolicy` controls the `Referrer-Policy` header, which tells the browser whether or not to send the `Referrer` header when the site makes a request, or the user clicks on a link.

Set to `false` to disable the `Referrer-Policy` header.
