Option to control if pages with no renderable content are a change (example: JS webapps that dont render any text sometimes) (#608)

This commit is contained in:
dgtlmoon
2022-05-17 22:22:00 +02:00
committed by GitHub
parent 16809b48f8
commit 6734fb91a2
7 changed files with 125 additions and 2 deletions

View File

@@ -30,6 +30,7 @@ class model(dict):
'password': False,
'base_url' : None,
'extract_title_as_title': False,
'empty_pages_are_a_change': False,
'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': [],