Update comments in common.js

This commit is contained in:
Elijah R 2023-02-13 14:08:33 -05:00 committed by GitHub
parent 0e8cebd3bb
commit 4ea7557285
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,
}