Lighthouse Audit: Links to cross-origin destinations are unsafe

Hey everyone,

I received the following error on my Lighthouse Audit report:
Links to cross-origin destinations are unsafe

And the section it corresponds to is the <a target="_blank" href="https://webpushr.com"> element. Is there any way I can modify this element to implement the suggested fix of adding rel=“noopener” ?

Suggestion From Lighthouse:
https://web.dev/external-anchors-use-rel-noopener/?utm_source=lighthouse&utm_medium=devtools

Thank you for bringing this to our attention. We will remove target="_blank" and update this thread.