Skip to content

Commit

Permalink
target=_blank in NcSettingsSection.vue
Browse files Browse the repository at this point in the history
open external documentation in new window; the link should not pass any referrer information to the linked page, and should not be followed by search engine bots for the purpose of indexing

Signed-off-by: Rello <Rello@users.noreply.github.com>
  • Loading branch information
Rello authored and backportbot-nextcloud[bot] committed May 12, 2023
1 parent df3e6ea commit d6f5110
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/NcSettingsSection/NcSettingsSection.vue
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,9 @@ This component is to be used in the settings section of nextcloud.
class="settings-section__info"
role="note"
:aria-label="docTitleTranslated"
:title="docTitleTranslated">
:title="docTitleTranslated"
target="_blank"
rel="noreferrer nofollow">
<HelpCircle :size="20" />
</a>
</h2>
Expand Down

0 comments on commit d6f5110

Please sign in to comment.