I use desktop app to connect to remote server on http://192.168.122.20:8080 (my local network)
However, when I try to use my microphone, an error "Permission denied" appears, like in web browser: open-webui/open-webui#3012
I managed to bypass this error by running open-webui.exe with Chrome flag:
C:\Users\user\AppData\Local\Programs\open-webui\open-webui.exe --unsafely-treat-insecure-origin-as-secure=http://192.168.122.20:8080
Is there an option to enable this flag in electron app by default when connecting to remote openwebui server on local network without tls? I guess if user uses it this way, he means it. And there's no UI way to access Chrome flags
I use desktop app to connect to remote server on http://192.168.122.20:8080 (my local network)
However, when I try to use my microphone, an error "Permission denied" appears, like in web browser: open-webui/open-webui#3012
I managed to bypass this error by running open-webui.exe with Chrome flag:
C:\Users\user\AppData\Local\Programs\open-webui\open-webui.exe --unsafely-treat-insecure-origin-as-secure=http://192.168.122.20:8080Is there an option to enable this flag in electron app by default when connecting to remote openwebui server on local network without tls? I guess if user uses it this way, he means it. And there's no UI way to access Chrome flags