From e4d41e878f9b8d2724555bc59342212e47afb6a5 Mon Sep 17 00:00:00 2001 From: Esteban Beltran Date: Wed, 15 Nov 2023 15:40:07 +0100 Subject: [PATCH] Sandbox: Exclude incidents app (#78204) * Exclude incident app from sandbox * Revert js changes. use config --- conf/defaults.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/defaults.ini b/conf/defaults.ini index 33ef56bce97..173f4babdf5 100644 --- a/conf/defaults.ini +++ b/conf/defaults.ini @@ -382,7 +382,7 @@ angular_support_enabled = true csrf_always_check = false # Comma-separated list of plugins ids that won't be loaded inside the frontend sandbox -disable_frontend_sandbox_for_plugins = +disable_frontend_sandbox_for_plugins = grafana-incident-app [security.encryption] # Defines the time-to-live (TTL) for decrypted data encryption keys stored in memory (cache).