Skip to content

Commit

Permalink
Ref Con for Login Page Links (#2694)
Browse files Browse the repository at this point in the history
  • Loading branch information
dvaldivia authored Mar 7, 2023
1 parent 3b5979d commit 1953a98
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
7 changes: 4 additions & 3 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@ you need access credentials for a successful exploit).

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

- Primary security coordinator: daniel@min.io
- Secondary coordinator: security@min.io
- If you receive no response: dev@min.io

### Disclosure Process

Expand Down
3 changes: 2 additions & 1 deletion portal-ui/src/screens/Console/valid-routes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,8 @@ export const validRoutes = (features: string[] | null | undefined) => {
e.preventDefault();
window.open(
"https://min.io/docs/minio/linux/index.html?ref=con",
"_blank"
"_blank",
"noopener"
);
},
},
Expand Down
9 changes: 8 additions & 1 deletion portal-ui/src/screens/LoginPage/LoginPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,14 @@ const Login = () => {
under GNU AGPL v3 and is available on every cloud - public, private
and edge. For more information on the terms of the license or to
learn more about commercial licensing options visit the{" "}
<a href={"https://min.io/pricing"}>pricing page</a>.
<a
href={"https://min.io/pricing?ref=con"}
target="_blank"
rel="noopener"
>
pricing page
</a>
.
</Fragment>
}
/>
Expand Down

0 comments on commit 1953a98

Please sign in to comment.