Fix reverse tabnabbing vulnerability with improper URL protocol
URLs with an invalid protocol delimiter like `http:evil.com` were mistakenly considered internal URLs by Banzai `ExternalLinkFilter`. Therefore, the `rel="nofollow noreferrer noopener"` attribute was not added to the anchor, leaving the site vulnerable to reverse tabnabbing. This commit fixes it. Changelog: fixed
Showing
Please register or sign in to comment