summaryrefslogtreecommitdiff
path: root/script/global.d.lua
diff options
context:
space:
mode:
Diffstat (limited to 'script/global.d.lua')
-rw-r--r--script/global.d.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/script/global.d.lua b/script/global.d.lua
index cee9e01b..40329996 100644
--- a/script/global.d.lua
+++ b/script/global.d.lua
@@ -90,3 +90,7 @@ SOCKET = 0
-- Allowing the use of the root directory or home directory as the workspace
FORCE_ACCEPT_WORKSPACE = false
+
+-- Trust all plugins that are being loaded by workspace config files.
+-- This is potentially unsafe for normal use and meant for usage in CI environments only.
+TRUST_ALL_PLUGINS = false