mirror of
https://github.com/grafana/grafana.git
synced 2026-08-26 21:37:31 -05:00
Frontend Sandbox: Create a plugin sandbox enable registry. Use enable list instead of disable list (#94809)
* Use a enable configuration to enable frontend sandbox * Modify settings to load enableFrontendSandbox * Check for signature type * Update commment * Fix e2e tests for the frontend sandbox * Modify logic so a custom check function is used instead of a list of checks * Fixes flaky test * fix comment * Update comment * Empty commit * Empty commit
This commit is contained in:
@@ -729,10 +729,9 @@ List of allowed headers to be set by the user. Suggested to use for if authentic
|
||||
|
||||
Set to `true` to execute the CSRF check even if the login cookie is not in a request (default `false`).
|
||||
|
||||
### disable_frontend_sandbox_for_plugins
|
||||
### enable_frontend_sandbox_for_plugins
|
||||
|
||||
Comma-separated list of plugins ids that won't be loaded inside the frontend sandbox. It is recommended to only use this
|
||||
option for plugins that are known to have problems running inside the frontend sandbox.
|
||||
Comma-separated list of plugins ids that will be loaded inside the frontend sandbox.
|
||||
|
||||
## [snapshots]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user