From 6b998abc09f249cc08885c233d2a49f83e565307 Mon Sep 17 00:00:00 2001 From: Julian Waller Date: Thu, 21 Dec 2023 12:12:49 +0000 Subject: [PATCH] fix: html debugger connection closes #1512 --- src/modules/html/html.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/modules/html/html.cpp b/src/modules/html/html.cpp index 4711a51aa3..33e11386a3 100644 --- a/src/modules/html/html.cpp +++ b/src/modules/html/html.cpp @@ -172,6 +172,7 @@ class renderer_application command_line->AppendSwitch("enable-media-stream"); command_line->AppendSwitch("use-fake-ui-for-media-stream"); command_line->AppendSwitchWithValue("autoplay-policy", "no-user-gesture-required"); + command_line->AppendSwitchWithValue("remote-allow-origins", "*"); if (process_type.empty() && !enable_gpu_) { // This gives more performance, but disabled gpu effects. Without it a single 1080p producer cannot be run