The Opquast Digital Quality Framework - Rule n° 25

Rule n° 25 - The headers sent by the server specify the communication policy of the referrers.

Web servers spend their time recording a lot of information about users. This data is recorded in so-called log files. This is very useful and even vital for analyzing the audience, for spotting errors and it is essential for developers. On the other hand, among the information that is continuously transmitted is the original page.

#Personal information #Development #Privacy

Goal

  • Protect users from disclosing any sensitive information about their navigation.
  • Mastering the information sent by the server.
  • Strengthen user confidence in the use of their data

Solution technique

For each page of the website, configure the server to send the HTTP Referrer-Policy header with the value, in order of preference:

  • no-referrer
  • same-origin
  • strict-origin
  • strict-origin-when-cross-origin

Moyen de contrôle

Check for each page of the website, that there is a HTTP Referrer-Policy header with the value, in order of preference:

  • no-referrer
  • same-origin
  • strict-origin
  • strict-origin-when-cross-origin