Skip to content

Commit

Permalink
open login as a secure browser tab
Browse files Browse the repository at this point in the history
  • Loading branch information
Smoothex committed Dec 9, 2021
1 parent dc71938 commit 3776e77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/store/modules/auth.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const actions = {
* Opens the given url in the default browser.
*/
async openDefaultBrowser(_, strUrl) {
window.open(strUrl, '_blank');
window.open(strUrl, '_blank', 'noopener noreferrer nofollow');
},

/**
Expand Down

0 comments on commit 3776e77

Please sign in to comment.