From 2566de2aaeecec8146c929d9a18be76e4c369cdc Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Sat, 28 May 2022 13:30:27 +0200 Subject: [PATCH] Ignore whitespace on by default --- changedetectionio/model/App.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changedetectionio/model/App.py b/changedetectionio/model/App.py index 4aa66435..2f2f898c 100644 --- a/changedetectionio/model/App.py +++ b/changedetectionio/model/App.py @@ -35,7 +35,7 @@ class model(dict): 'fetch_backend': os.getenv("DEFAULT_FETCH_BACKEND", "html_requests"), 'global_ignore_text': [], # List of text to ignore when calculating the comparison checksum 'global_subtractive_selectors': [], - 'ignore_whitespace': False, + 'ignore_whitespace': True, 'render_anchor_tag_content': False, 'notification_urls': [], # Apprise URL list # Custom notification content