Skip to content

Commit

Permalink
Update no-target-blank.md
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann authored Jan 3, 2024
1 parent d5b69e3 commit 3ce7eb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rules/no-target-blank.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ since: 'v0.0.4'
## :book: Rule Details

This rule disallows using `target="_blank"` attribute without `rel="noopener noreferrer"` to avoid a security vulnerability in legacy browsers ([see here for more details](https://mathiasbynens.github.io/rel-noopener/)).
This rule disallows using `target="_blank"` attribute without `rel="noopener noreferrer"` to avoid a security vulnerability in legacy browsers where a page can trigger a navigation in the opener regardless of origin ([see here for more details](https://mathiasbynens.github.io/rel-noopener/)).

<ESLintCodeBlock>

Expand Down

0 comments on commit 3ce7eb4

Please sign in to comment.