From 656873ab94df3bff40769bf364a13aee02dc062b Mon Sep 17 00:00:00 2001 From: jp9000 Date: Tue, 10 Sep 2019 17:42:59 -0700 Subject: [PATCH] obs-browser: Fix portable mode not saving cookies Request contexts don't appear to work with relative paths, only absolute paths. This fixes the bug where when using portable mode, cookies/session wouldn't save because obs_module_config_path() was returning a relative path rather than an absolute path. --- plugins/obs-browser | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/obs-browser b/plugins/obs-browser index d453ba0f4..4ff5f41d3 160000 --- a/plugins/obs-browser +++ b/plugins/obs-browser @@ -1 +1 @@ -Subproject commit d453ba0f42eaddf3a5863247bc14a9f1db62b2d5 +Subproject commit 4ff5f41d397209bb9b71b8103840a7bfcfb2dfe3