diff --git a/docs/rules/jsx-no-target-blank.md b/docs/rules/jsx-no-target-blank.md index a8bee1ac72..41211eb1c0 100644 --- a/docs/rules/jsx-no-target-blank.md +++ b/docs/rules/jsx-no-target-blank.md @@ -74,6 +74,9 @@ var Hello = var Hello = ``` +## When To Override It +For links to a trusted host (e.g. internal links to your own site, or links to a another host you control, where you can be certain this security vulnerability does not exist), you may want to keep the HTTP Referer header for analytics purposes. + ## When Not To Use It -If you do not have any external links, you can disable this rule +If you do not have any external links, you can disable this rule.