== Recommended Secure Coding Practices
Use ``++noopener++`` to prevent untrusted pages from abusing ``++window.opener++``.
Note: In Chrome 88+, Firefox 79+ or Safari 12.1+ ``++target=_blank++`` on anchors implies ``++rel=noopener++`` which make the protection enabled by default.