Open dhe-cr opened 6 months ago
Note on insecure (http) websocket
This is a Chrome specific behavior. Chrome doesn't allow unsecure websocket (ws) connections to localhost (only wss, so you should setup a TLS certificate for your local web/websocket server). But the same should work without any issues in Firefox and other browsers. Please refer the Chrome bug report on Chromium regarding this issue. This particular problem is intentional, and they have made this change to make Chrome more secure by preventing attacks against internal network devices and processes listening on localhost. https://bugs.chromium.org/p/chromium/issues/detail?id=378566
chrome://flags/#unsafely-treat-insecure-origin-as-secure
Example code base merged in via PR: https://github.com/ASUCICREPO/waterbot/pull/35
Provide the user the ability to click an icon, talk, and have user's voice interpreted as text