Ref Con for Login Page Links (#2694)
This commit is contained in:
@@ -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
|
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:
|
for the past five days please contact the security team directly:
|
||||||
- Primary security coordinator: lenin@min.io
|
|
||||||
- Secondary coordinator: security@min.io
|
- Primary security coordinator: daniel@min.io
|
||||||
- If you receive no response: dev@min.io
|
- Secondary coordinator: security@min.io
|
||||||
|
- If you receive no response: dev@min.io
|
||||||
|
|
||||||
### Disclosure Process
|
### Disclosure Process
|
||||||
|
|
||||||
|
|||||||
@@ -98,7 +98,8 @@ export const validRoutes = (features: string[] | null | undefined) => {
|
|||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
window.open(
|
window.open(
|
||||||
"https://min.io/docs/minio/linux/index.html?ref=con",
|
"https://min.io/docs/minio/linux/index.html?ref=con",
|
||||||
"_blank"
|
"_blank",
|
||||||
|
"noopener"
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -543,7 +543,14 @@ const Login = () => {
|
|||||||
under GNU AGPL v3 and is available on every cloud - public, private
|
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
|
and edge. For more information on the terms of the license or to
|
||||||
learn more about commercial licensing options visit the{" "}
|
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>
|
</Fragment>
|
||||||
}
|
}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user