mirror of
https://github.com/open-webui/open-webui.git
synced 2025-09-27 20:16:51 +02:00
fix: insecure connection over LAN
This commit is contained in:
@@ -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',
|
||||
|
Reference in New Issue
Block a user