How to add Referrer Policy Security Header

There are following below methods to add Referrer Policy Security Header in Apache or NGINX or .HTACCESS [1] How to add in Nginx configuration file There are following code need to add in Nginx configuration file add_header set Referrer-Policy “strict-origin-when-cross-origin”; [2] How to add in Apache configuration file There are following code need to add … Continue reading How to add Referrer Policy Security Header