File tree Expand file tree Collapse file tree
library/Icinga/Web/Widget Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -175,7 +175,8 @@ protected function assembleSocialLinks(): HtmlElement
175175 'href ' => 'https://www.facebook.com/icinga ' ,
176176 'target ' => '_blank ' ,
177177 'title ' => $ this ->translate ('Icinga on Facebook ' ),
178- 'aria-label ' => $ this ->translate ('Icinga on Facebook ' )
178+ 'aria-label ' => $ this ->translate ('Icinga on Facebook ' ),
179+ 'rel ' => 'noopener noreferrer '
179180 ]),
180181 HtmlElement::create ('i ' , Attributes::create ([
181182 'class ' => 'icon-facebook-squared ' ,
@@ -194,6 +195,7 @@ protected function assembleSocialLinks(): HtmlElement
194195 'target ' => '_blank ' ,
195196 'title ' => $ this ->translate ('Icinga on GitHub ' ),
196197 'aria-label ' => $ this ->translate ('Icinga on GitHub ' ),
198+ 'rel ' => 'noopener noreferrer '
197199 ]),
198200 HtmlElement::create ('i ' , Attributes::create ([
199201 'class ' => 'icon-github-circled ' ,
You can’t perform that action at this time.
0 commit comments