I also had this issue. I had
Header always set Referrer-Policy "no-referrer"
in /etc/apache2/conf-available/security.conf. Replacing with
Header set Referrer-Policy "no-referrer"
and restarting Apache and the warning goes away. Now what does the “always” option do?