Skip to content

Commit

Permalink
Browser Steps UI - Interactive UI wasn't sending headers but was when…
Browse files Browse the repository at this point in the history
… the check ran (#2551)
  • Loading branch information
mikesplain committed Aug 19, 2024
1 parent 730f37c commit bf0d410
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion changedetectionio/blueprint/browser_steps/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@ def start_browsersteps_session(watch_uuid):
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
Expand Down

0 comments on commit bf0d410

Please sign in to comment.