From b813c916b8684fa2eaf1c430a0bbd5d64f213719 Mon Sep 17 00:00:00 2001 From: ganesh-bruno Date: Fri, 27 Jun 2025 18:51:15 +0530 Subject: [PATCH] removed BETA keyword --- .../components/SecuritySettings/JsSandboxModeModal/index.js | 4 ---- packages/bruno-app/src/components/SecuritySettings/index.js | 4 ---- 2 files changed, 8 deletions(-) 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. - );