From 2d5bb26b028397990f0dcd677bf5c27f57be088a Mon Sep 17 00:00:00 2001 From: ajitsinghkaler Date: Sat, 8 Feb 2020 18:30:42 +0530 Subject: [PATCH] fix(docs-infra): lighthouse reporting links to cross-origin destinations are unsafe (#35253) Light house was reporting in best practices that our cross origin links are a unsafe so aded rel=noopener according to light houe suggestion link to the article https://web.dev/external-anchors-use-rel-noopener/\?utm_source\=lighthouse\&utm_medium\=lr PR Close #35253 --- .../app/custom-elements/resource/resource-list.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/src/app/custom-elements/resource/resource-list.component.html b/aio/src/app/custom-elements/resource/resource-list.component.html index e58b70287c..d9ce87bc72 100644 --- a/aio/src/app/custom-elements/resource/resource-list.component.html +++ b/aio/src/app/custom-elements/resource/resource-list.component.html @@ -14,7 +14,7 @@