Skip to content
This repository was archived by the owner on May 6, 2018. It is now read-only.

Commit 874d7aa

Browse files
committed
Add noopener to anchors with target="blank"
1 parent 789e2f9 commit 874d7aa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ <h2 id="how-do-i-make-it-work">How do I make it work?</h2>
355355

356356
<p>
357357
It may also be worthwile to disable xdebug, if you have it enabled, as
358-
<a href="https://github.com/nikic/PHP-Parser/blob/master/doc/component/Performance.markdown#xdebug" target="blank">
358+
<a href="https://github.com/nikic/PHP-Parser/blob/master/doc/component/Performance.markdown#xdebug" target="blank" rel="noopener">
359359
even loading it</a> can have a negative impact on performance.
360360
</p>
361361

@@ -402,9 +402,9 @@ <h2 id="where-is-the-code">Where is the code?</h2>
402402
<div id="bottom-bar" class="bottom-bar">
403403
<div id="donations" class="small-text center">
404404
If you think this project deserves it, sending me some coffee beans via
405-
<strong><a target="blank" href="https://liberapay.com/Gert-dev/donate">Liberapay</a></strong>
405+
<strong><a target="blank" rel="noopener" href="https://liberapay.com/Gert-dev/donate">Liberapay</a></strong>
406406
or
407-
<strong><a target="blank" href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=YKTNLZCRHMRTJ">PayPal</a></strong>
407+
<strong><a target="blank" rel="noopener" href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=YKTNLZCRHMRTJ">PayPal</a></strong>
408408
is most appreciated!
409409
</div>
410410
</div>

0 commit comments

Comments
 (0)