From b118451f3de4d678e35d3d6c7f188439d3e0add0 Mon Sep 17 00:00:00 2001 From: Jason Blais Date: Wed, 21 Mar 2018 09:11:51 -0400 Subject: Update plugin.go (#8486) --- app/plugin.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/plugin.go b/app/plugin.go index 6702e9227..903f4b767 100644 --- a/app/plugin.go +++ b/app/plugin.go @@ -401,7 +401,7 @@ func (a *App) InitPlugins(pluginPath, webappPath string, supervisorOverride plug options = append(options, pluginenv.SupervisorProvider(supervisorOverride)) } else if err := sandbox.CheckSupport(); err != nil { l4g.Warn(err.Error()) - l4g.Warn("plugin sandboxing is not supported. plugins will run with the same access level as the server") + l4g.Warn("plugin sandboxing is not supported. plugins will run with the same access level as the server. See documentation to learn more: https://developers.mattermost.com/extend/plugins/security/") options = append(options, pluginenv.SupervisorProvider(rpcplugin.SupervisorProvider)) } else { options = append(options, pluginenv.SupervisorProvider(sandbox.SupervisorProvider)) -- cgit v1.2.3-1-g7c22