# /etc/apache2/conf-available/no-referrer.conf

<IfModule mod_headers.c>
	Header always set Referrer-Policy "no-referrer"
</IfModule>