How to fix “failed to set referrer policy: The value ‘ ‘ is not one of…”?

Chris did you try the solution from the WordPress Forum?

According to some users, this can solve the problem. Go into your .htaccess file and change the following:

Header set Referrer-Policy “”

to

Header set Referrer-Policy “origin”