From 4ea75572857a8daccc044f146ad40d177e2c7cf4 Mon Sep 17 00:00:00 2001 From: Elijah R <62162399+elijahr2411@users.noreply.github.com> Date: Mon, 13 Feb 2023 14:08:33 -0500 Subject: [PATCH] Update comments in common.js --- src/common.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/common.js b/src/common.js index feaabe8..0ee92c5 100644 --- a/src/common.js +++ b/src/common.js @@ -12,8 +12,8 @@ export const config = { ], chatSound: "https://computernewb.com/collab-vm/notify.ogg", // What XSS implementation the server uses - // 0: No XSS (If you're using upstream it will be this) - // 1: Internal fork style (main vms only, global opcode 21) + // 0: No XSS (cvm1.2.11) + // 1: Internal fork style (cvm1.ts, global opcode 21) // 2: yellows111/collab-vm-server style (per-user opcode 21) xssImplementation: 1, -} \ No newline at end of file +}