feat: add "noopener,noreferrer"
This commit is contained in:
@@ -734,7 +734,7 @@ export const IntegrationSettingsModal = ({
|
||||
<Button
|
||||
variant="outlined"
|
||||
onClick={() => {
|
||||
window.open("https://docs.maxun.dev/mcp/setup", "_blank");
|
||||
window.open("https://docs.maxun.dev/mcp/setup", "_blank" "noopener, noreferrer");
|
||||
}}
|
||||
style={{ display: "flex", flexDirection: "column", alignItems: "center", background: 'white', color: '#ff00c3' }}
|
||||
>
|
||||
@@ -1201,4 +1201,4 @@ export const modalStyle = {
|
||||
padding: "20px",
|
||||
maxHeight: "90vh",
|
||||
overflow: "auto",
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user