diff --git a/packages/bruno-app/src/components/SecuritySettings/JsSandboxModeModal/index.js b/packages/bruno-app/src/components/SecuritySettings/JsSandboxModeModal/index.js index 52a988ea7..67a5ff27a 100644 --- a/packages/bruno-app/src/components/SecuritySettings/JsSandboxModeModal/index.js +++ b/packages/bruno-app/src/components/SecuritySettings/JsSandboxModeModal/index.js @@ -61,7 +61,6 @@ const JsSandboxModeModal = ({ collection }) => { Safe Mode - BETA

JavaScript code is executed in a secure sandbox and cannot access your filesystem or execute system commands. @@ -85,9 +84,6 @@ const JsSandboxModeModal = ({ collection }) => {

JavaScript code has access to the filesystem, can execute system commands and access sensitive information.

- - * SAFE mode has been introduced v1.26 onwards and is in beta. Please report any issues on github. - diff --git a/packages/bruno-app/src/components/SecuritySettings/index.js b/packages/bruno-app/src/components/SecuritySettings/index.js index 7761760f6..4e0dfed5f 100644 --- a/packages/bruno-app/src/components/SecuritySettings/index.js +++ b/packages/bruno-app/src/components/SecuritySettings/index.js @@ -47,7 +47,6 @@ const SecuritySettings = ({ collection }) => { Safe Mode - BETA

JavaScript code is executed in a secure sandbox and cannot access your filesystem or execute system commands. @@ -75,9 +74,6 @@ const SecuritySettings = ({ collection }) => { - - * SAFE mode has been introduced v1.26 onwards and is in beta. Please report any issues on github. - );