mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #1521 from sharelatex/as-fix-noreferrer-noopener
Add some missing rel="noreferrer noopener" attributes GitOrigin-RevId: 470de17ba724b8ba544b736bf3a7682b3d499a5d
This commit is contained in:
parent
bf5a28b258
commit
e379691767
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ header.toolbar.toolbar-header.toolbar-with-labels(
|
|||
ng-if="::(cobranding.isProjectCobranded && cobranding.logoImgUrl)"
|
||||
ng-href="{{ ::cobranding.brandVariationHomeUrl }}"
|
||||
target="_blank"
|
||||
rel="noopener"
|
||||
rel="noreferrer noopener"
|
||||
)
|
||||
img.header-cobranding-logo(
|
||||
ng-src="{{ ::cobranding.logoImgUrl }}"
|
||||
|
|
Loading…
Reference in a new issue