mirror of
https://github.com/netbirdio/netbird.git
synced 2026-04-16 07:16:38 +00:00
Add noopener to window.open in ErrorPage
This commit is contained in:
@@ -44,7 +44,7 @@ export function ErrorPage({ code, title, message, proxy = true, destination = tr
|
||||
</Button>
|
||||
<Button
|
||||
variant="secondary"
|
||||
onClick={() => window.open("https://docs.netbird.io", "_blank")}
|
||||
onClick={() => window.open("https://docs.netbird.io", "_blank", "noopener,noreferrer")}
|
||||
>
|
||||
<BookText size={16} />
|
||||
Documentation
|
||||
|
||||
Reference in New Issue
Block a user