fix(security): aタグにrel="noopener"をつける

This commit is contained in:
まっちゃとーにゅ
2024-01-14 02:36:01 +09:00
parent 622d82b607
commit c5a86174a7
11 changed files with 14 additions and 14 deletions

View File

@@ -43,7 +43,7 @@ html
}
body
a#a(href=`https://${host}` target="_blank")
a#a(href=`https://${host}` rel="noopener" target="_blank")
header#banner(style=`background-image: url(${meta.bannerUrl})`)
div#title= meta.name || host
div#content