Plugins: Add config option to exclude specific plugins from frontend sandbox (#70899)
This commit is contained in:
@@ -699,6 +699,11 @@ 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
|
||||
|
||||
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.
|
||||
|
||||
## [snapshots]
|
||||
|
||||
### enabled
|
||||
|
||||
Reference in New Issue
Block a user