From 587731583f4660dee49c217f69dfc73fe006d6cf Mon Sep 17 00:00:00 2001 From: Andy Coupe Date: Tue, 30 Jun 2020 14:40:57 +0100 Subject: improve lighthouse best practices audit (#863) * improve safety of cross origin links * add additional safety for cross origin links * remove duplicates --- ui/src/components/inbox.tsx | 1 + 1 file changed, 1 insertion(+) (limited to 'ui/src/components/inbox.tsx') diff --git a/ui/src/components/inbox.tsx b/ui/src/components/inbox.tsx index edbacd51..3b963a79 100644 --- a/ui/src/components/inbox.tsx +++ b/ui/src/components/inbox.tsx @@ -109,6 +109,7 @@ export class Inbox extends Component { href={`/feeds/inbox/${UserService.Instance.auth}.xml`} target="_blank" title="RSS" + rel="noopener" > # -- cgit v1.2.3