Ignore whitespace on by default

This commit is contained in:
dgtlmoon
2022-05-28 13:30:27 +02:00
parent dfec8dbb39
commit 2566de2aae

View File

@@ -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