From 83eb0bd76c0963527fe7416e23aaf84201534150 Mon Sep 17 00:00:00 2001 From: Baptiste Grob <60621355+baptiste-grob@users.noreply.github.com> Date: Tue, 19 Jan 2021 16:48:52 +0100 Subject: [PATCH] fix: add rel="noreferrer" to bugsnag links --- app/assets/javascripts/directives/views/accountMenu.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/javascripts/directives/views/accountMenu.ts b/app/assets/javascripts/directives/views/accountMenu.ts index 737799ce9..a0e76fa5d 100644 --- a/app/assets/javascripts/directives/views/accountMenu.ts +++ b/app/assets/javascripts/directives/views/accountMenu.ts @@ -533,9 +533,9 @@ class AccountMenuCtrl extends PureViewCtrl { alertDialog({ title: 'Data sent during automatic error reporting', text: ` - We use Bugsnag + We use Bugsnag to automatically report errors that occur while the app is running. See - + this article, paragraph 'Browser' under 'Sending diagnostic data', to see what data is included in error reports.