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.
Rationale:
HTTP/S traffic is vulnerabe to attack - limiting what is sent in a request to only what is needed will limit the threat vector.
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.
NOTE: Nessus has provided the target output to assist in reviewing the benchmark to ensure target compliance.
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>"
Default Value:
Referrer-Policy Policy is not set by Default