Information
The server now allows for controlling the amount of "referrer" information being sent with requests. Limiting information to only what is needed is security best practice.
HTTP/S traffic is vulnerabe to attack - limiting what is sent in a request to only what is needed will limit the threat vector.
Solution
Perform the following to implement the recommended state:
Add or modify the Header directive for the Referrer-Policy header in the Apache configuration to have the appropriate condition as shown below.
Header set Referrer-Policy "<Directive>"
Impact:
You must only limit the header information to what is needed to support the request. Limiting it to much may disrupt the ability to get a proper/expected response.