mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-08 06:22:34 -04:00
Add rel="noopener noreferrer" to html link
This commit is contained in:
parent
b22176d218
commit
7577477ae8
3 changed files with 3 additions and 2 deletions
|
@ -44,6 +44,7 @@
|
|||
:href="monitor.element.url"
|
||||
class="item-name"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
>
|
||||
{{ monitor.element.name }}
|
||||
</a>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue