docs - adding new config from https://github.com/Ylianst/MeshCentral/issues/4084
silversword411 committed
Jun 8, 2022 at 16:13 UTC
3091c0370fd27ea6d052942c311b0c0041a98acc
1 file changed
+1
docs/docs/meshcentral/config.md
+1
@@ -127,6 +127,7 @@ See description for information about each item.
127
"amtManager": { "type": "boolean", "default": true, "description": "When enabled, MeshCentral will automatically monitor and manage Intel AMT devices." },
128
"orphanAgentUser": { "type": "string", "default": null, "description": "If an agent attempts to connect to a unknown device group, automatically create a new device group and grant access to the specified user. Example: admin" },
129
"agentIdleTimeout": { "type": "integer", "minimum": 1, "default": 150 ,"description": "How much time in seconds with no traffic from an agent before dropping the agent connection." },
130
+ "webPageLengthRandomization": { "type": "boolean", "default": true, "description": "Adds a random length string to generated web pages to mitigate a BREACH attack." },
131
"compression": { "type": "boolean", "default": true, "description": "Enables GZIP compression for web requests." },
132
"wsCompression": { "type": "boolean", "default": false, "description": "Enables server-side, websocket per-message deflate compression." },
133
"agentWsCompression": { "type": "boolean", "default": true, "description": "Enables agent-side, websocket per-message deflate compression. wscompression must also be true for this to work." },