Add rel="noopener" to target="_blank" links
To prevent some click-jacking attacks, adding rel="noopener" makes sure that the new tab opened has no access to the window object of the parent tab and this way may redirects it to a phishing page. Reference: https://mathiasbynens.github.io/rel-noopener/
Please register or sign in to comment