Is it recommended to set Referrer-Policy explicitly when the browsers already has a default policy?

I wanted to explicitly define the referrer-policy as "strict-origin-when-cross-origin" in my web application. However, "strict-origin-when-cross-origin" is the browser’s default policy when no referrer-policy is set exp… Continue reading Is it recommended to set Referrer-Policy explicitly when the browsers already has a default policy?