From 72222158e9137efbbcd47c92f4f91e8b4e3ada68 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Fri, 2 Dec 2022 09:36:13 +0100 Subject: [PATCH] BrowserSteps - Can be shared by the watch share link --- changedetectionio/store.py | 1 + 1 file changed, 1 insertion(+) diff --git a/changedetectionio/store.py b/changedetectionio/store.py index 08a13418..d64f5f4e 100644 --- a/changedetectionio/store.py +++ b/changedetectionio/store.py @@ -289,6 +289,7 @@ class ChangeDetectionStore: # List of permissible attributes we accept from the wild internet for k in [ 'body', + 'browser_steps', 'css_filter', 'extract_text', 'extract_title_as_title',