Add rel="noreferrer" to external hyperlinks

Signed-off-by: casperklein <casperklein@users.noreply.github.com>
This commit is contained in:
casperklein
2025-05-29 22:57:36 +02:00
parent 878d6faf0c
commit f3fd182d00
9 changed files with 26 additions and 26 deletions

View File

@@ -102,7 +102,7 @@ mg.include('scripts/lua/settings_header.lp','r')
</div>
<div class="row">
<div class="col-md-12">
<p><strong>Important</strong>:<br>Those input fields accept regex entries only.<br>Please refer to <a href="https://docs.pi-hole.net/regex/tutorial/" rel="noopener" target="_blank">our guide</a> how to construct valid regex entries.</p>
<p><strong>Important</strong>:<br>Those input fields accept regex entries only.<br>Please refer to <a href="https://docs.pi-hole.net/regex/tutorial/" rel="noopener noreferrer" target="_blank">our guide</a> how to construct valid regex entries.</p>
</div>
</div>
</div>