DEV: Sets the plugin_name_enabled flag to false (#32)
Plugins in general should be disabled by default, requiring an admin to explicitly enable them.
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
plugins:
|
||||
plugin_name_enabled:
|
||||
default: true
|
||||
default: false
|
||||
client: true
|
||||
|
||||
Reference in New Issue
Block a user