Noopener is a security attribute that should indeed be included in any external links opening into new tabs through target=”_blank”. Without this attribute, the new tab will continue to be able to manipulate the original page via the window. opener property-the potential security hazard. Therefore, if you attach the rel=”noopener” attribute to your links, another tab cannot access the first page. This attribute assures your users against certain security risks such as tab nabbing.