Problem
Google Lighthouse audits flag the labCredit link as being unsafe. This effects both performance and security. Details can be found here.
Example
The error can be seen on the Boston Globe site.

Report JSON Export.
Viewable here: https://googlechrome.github.io/lighthouse/viewer/
Lighthouse Report.pdf
Proposed Solution
- Update links to use
https instead of http
- Add
rel attribute with a noopener value