Unvalidated redirects and forwards

Web applications may redirect users to other pages and websites. Attackers can use redirects to send users to malicious sites or use forwards to access unauthorized pages. If possible, try to avoid redirects and forwards. If your application uses redirects and forwards, testing of them should include:

You should consider forcing all redirects to go through a page that notifies users that they are about to leave your site, with a link users can click on to confirm.