fix: insecure connection over LAN

This commit is contained in:
Timothy Jaeryang Baek 2025-02-27 11:37:44 -08:00
parent 38fb9d5fd8
commit 660a44c918

View File

@ -1,3 +1,5 @@
import { v4 as uuidv4 } from 'uuid';
let CLIENT_ID = '';
async function getCredentials() {
@ -84,7 +86,7 @@ const params = {
authentication: {},
messaging: {
origin: window?.location?.origin,
channelId: crypto.randomUUID()
channelId: uuidv4()
},
typesAndSources: {
mode: 'files',