Posts

Showing posts from August, 2019

Open new windows in browser as separate thread

If you have links to another origin, you should use  rel="noopener" , especially if they open in a new tab/window. <a href= "http://example.com" target= "_blank" rel= "noopener" > Example site </a>