This pricing link opens in a new tab but leaves the original page exposed to the new page via window.opener. Add rel="noopener noreferrer" to close the hole.
Acceptance criteria
- 1.Add rel="noopener noreferrer" to the link.
This pricing link opens in a new tab but leaves the original page exposed to the new page via window.opener. Add rel="noopener noreferrer" to close the hole.
<p>See <a href="https://example.com/pricing" target="_blank">our pricing</a> for details.</p>
Output ready when you are
Press Run to render your code, or Submit to validate your solution.