mirror of
https://github.com/kasmtech/KasmVNC.git
synced 2024-11-08 17:24:13 +01:00
b173c8854a
If too much text is copied in the session, String.fromCharCode.apply() would crash in Safari on macOS and Chrome on Linux. This commit fixes this issue by avoiding apply() altogether. Also added test to cover this issue. |
||
---|---|---|
.. | ||
.eslintrc | ||
assertions.js | ||
fake.websocket.js | ||
karma-test-main.js | ||
playback-ui.js | ||
playback.js | ||
test.base64.js | ||
test.deflator.js | ||
test.display.js | ||
test.helper.js | ||
test.int.js | ||
test.keyboard.js | ||
test.localization.js | ||
test.mouse.js | ||
test.rfb.js | ||
test.util.js | ||
test.websock.js | ||
test.webutil.js | ||
vnc_playback.html |