fix: add rel="noreferrer" to bugsnag links

This commit is contained in:
Baptiste Grob
2021-01-19 16:48:52 +01:00
parent 8c9b3df3d7
commit 83eb0bd76c

View File

@@ -533,9 +533,9 @@ class AccountMenuCtrl extends PureViewCtrl<unknown, AccountMenuState> {
alertDialog({ alertDialog({
title: 'Data sent during automatic error reporting', title: 'Data sent during automatic error reporting',
text: ` text: `
We use <a target="_blank" href="https://www.bugsnag.com/">Bugsnag</a> We use <a target="_blank" rel="noreferrer" href="https://www.bugsnag.com/">Bugsnag</a>
to automatically report errors that occur while the app is running. See to automatically report errors that occur while the app is running. See
<a target="_blank" href="https://docs.bugsnag.com/platforms/javascript/#sending-diagnostic-data"> <a target="_blank" rel="noreferrer" href="https://docs.bugsnag.com/platforms/javascript/#sending-diagnostic-data">
this article, paragraph 'Browser' under 'Sending diagnostic data', this article, paragraph 'Browser' under 'Sending diagnostic data',
</a> </a>
to see what data is included in error reports. to see what data is included in error reports.