From bf0d410d32ad78fcb7399e4bc5d6b4250dcfd133 Mon Sep 17 00:00:00 2001 From: Mike Splain Date: Mon, 19 Aug 2024 04:21:05 -0400 Subject: [PATCH] Browser Steps UI - Interactive UI wasn't sending headers but was when the check ran (#2551) --- changedetectionio/blueprint/browser_steps/__init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/changedetectionio/blueprint/browser_steps/__init__.py b/changedetectionio/blueprint/browser_steps/__init__.py index f92bf9f8..a472ba4b 100644 --- a/changedetectionio/blueprint/browser_steps/__init__.py +++ b/changedetectionio/blueprint/browser_steps/__init__.py @@ -85,7 +85,8 @@ def construct_blueprint(datastore: ChangeDetectionStore): browsersteps_start_session['browserstepper'] = browser_steps.browsersteps_live_ui( playwright_browser=browsersteps_start_session['browser'], proxy=proxy, - start_url=datastore.data['watching'][watch_uuid].get('url') + start_url=datastore.data['watching'][watch_uuid].get('url'), + headers=datastore.data['watching'][watch_uuid].get('headers') ) # For test