hackclub / webring

💍 A webring for the personal websites of Hack Club members

Home Page:https://webring.hackclub.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Security issues by using target="_blank" attribute

nermalcat69 opened this issue · comments

When you link to a page on another site using the target="_blank" attribute, you can expose your site to performance and security issues:
The other page may run on the same process as your page. If the other page is running a lot of JavaScript, your page's performance may suffer.
The other page can access your window object with the window.opener property. This may allow the other page to redirect your page to a malicious URL.

source: https://developer.chrome.com/