Skip to content

Commit 1953a98

Browse files
authored
Ref Con for Login Page Links (#2694)
1 parent 3b5979d commit 1953a98

File tree

3 files changed

+14
-5
lines changed

3 files changed

+14
-5
lines changed

SECURITY.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,10 @@ you need access credentials for a successful exploit).
1818

1919
If you have not received a reply to your email within 48 hours or you have not heard from the security team
2020
for the past five days please contact the security team directly:
21-
- Primary security coordinator: lenin@min.io
22-
- Secondary coordinator: security@min.io
23-
- If you receive no response: dev@min.io
21+
22+
- Primary security coordinator: daniel@min.io
23+
- Secondary coordinator: security@min.io
24+
- If you receive no response: dev@min.io
2425

2526
### Disclosure Process
2627

portal-ui/src/screens/Console/valid-routes.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,8 @@ export const validRoutes = (features: string[] | null | undefined) => {
9898
e.preventDefault();
9999
window.open(
100100
"https://min.io/docs/minio/linux/index.html?ref=con",
101-
"_blank"
101+
"_blank",
102+
"noopener"
102103
);
103104
},
104105
},

portal-ui/src/screens/LoginPage/LoginPage.tsx

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,14 @@ const Login = () => {
543543
under GNU AGPL v3 and is available on every cloud - public, private
544544
and edge. For more information on the terms of the license or to
545545
learn more about commercial licensing options visit the{" "}
546-
<a href={"https://min.io/pricing"}>pricing page</a>.
546+
<a
547+
href={"https://min.io/pricing?ref=con"}
548+
target="_blank"
549+
rel="noopener"
550+
>
551+
pricing page
552+
</a>
553+
.
547554
</Fragment>
548555
}
549556
/>

0 commit comments

Comments
 (0)