From 80a1fee70fd68b4b6389a6ec990522e78e82820a Mon Sep 17 00:00:00 2001 From: jp9000 Date: Fri, 11 Oct 2019 12:45:42 -0700 Subject: [PATCH] obs-browser: Only disable NetworkService on macOS Apparently, using the old chromium network implementation changes the way cookies are handled, causing cookies to reset. So instead of doing that, continue to use the new network implementation on Windows, and only use the old network implementation on macOS for the time being. --- plugins/obs-browser | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/obs-browser b/plugins/obs-browser index 8e1279e29..1a5f2419e 160000 --- a/plugins/obs-browser +++ b/plugins/obs-browser @@ -1 +1 @@ -Subproject commit 8e1279e2994a3b9ecbf87457548e2ddcd27d9eb8 +Subproject commit 1a5f2419e20b5de9aa1abb5a8ab2795444fe41a6 -- GitLab