Skip to content

Commit 8ed2530

Browse files
committed
Use noopener
1 parent 1a46d11 commit 8ed2530

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

dist/hive/hive.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ function footer()
125125
{
126126
$out[] = graf(
127127
href('Textpattern CMS'.sp.span(gTxt('opens_external_link'), array('class' => 'ui-icon ui-icon-extlink')), 'https://textpattern.com/', array(
128-
'rel' => 'external',
128+
'rel' => 'external noopener',
129129
'target' => '_blank',
130130
)).
131131
' (v'.txp_version.')', array('class' => 'mothership'));

dist/hiveneutral/hiveneutral.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ function footer()
125125
{
126126
$out[] = graf(
127127
href('Textpattern CMS'.sp.span(gTxt('opens_external_link'), array('class' => 'ui-icon ui-icon-extlink')), 'https://textpattern.com/', array(
128-
'rel' => 'external',
128+
'rel' => 'external noopener',
129129
'target' => '_blank',
130130
)).
131131
' (v'.txp_version.')', array('class' => 'mothership'));

src/hive-neutral/hiveneutral.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ function footer()
125125
{
126126
$out[] = graf(
127127
href('Textpattern CMS'.sp.span(gTxt('opens_external_link'), array('class' => 'ui-icon ui-icon-extlink')), 'https://textpattern.com/', array(
128-
'rel' => 'external',
128+
'rel' => 'external noopener',
129129
'target' => '_blank',
130130
)).
131131
' (v'.txp_version.')', array('class' => 'mothership'));

src/hive/hive.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ function footer()
125125
{
126126
$out[] = graf(
127127
href('Textpattern CMS'.sp.span(gTxt('opens_external_link'), array('class' => 'ui-icon ui-icon-extlink')), 'https://textpattern.com/', array(
128-
'rel' => 'external',
128+
'rel' => 'external noopener',
129129
'target' => '_blank',
130130
)).
131131
' (v'.txp_version.')', array('class' => 'mothership'));

0 commit comments

Comments
 (0)