[Solved] 14.0.3->14.0.4 & "Referrer-Policy" HTTP header Warning appears Again

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?