All Security Checks
ContentMedium PriorityFree
Reverse Tabnabbing Protection
Reverse tabnabbing is an attack where a page opened via target="_blank" can hijack the original tab using the window.opener API.
Why It Matters
Without rel="noopener", a malicious page opened in a new tab can redirect the original tab to a phishing page. Users may not notice the change and enter credentials on the fake page.
How We Check
We scan all anchor tags with target="_blank" and verify they include rel="noopener" or rel="noreferrer" attributes.
How to Fix
Add rel="noopener noreferrer" to all links with target="_blank". Modern browsers add noopener by default for target="_blank", but explicit attributes ensure protection in older browsers.
Related Security Checks
Check Your Website Now
Run a free security scan to check for Reverse Tabnabbing Protection issues and 58+ other security vulnerabilities.
Scan Your Website Free