For quick reference, here is the first section from the MSDN docs:
The noopener keyword for the rel attribute of the <a>, <area>, and <form> elements instructs the browser to navigate to the target resource without granting the new browsing context access to the document that opened it — by not setting the Window.opener property on the opened window (it returns null).
Thanks, really good to know.
For quick reference, here is the first section from the MSDN docs: