fix(security): aタグにrel="noopener"をつける
This commit is contained in:
parent
622d82b607
commit
c5a86174a7
11 changed files with 14 additions and 14 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue