|
|
|
@ -384,7 +384,6 @@ class globalSettingsApplicationForm(commonSettingsForm):
|
|
|
|
|
global_subtractive_selectors = StringListField('Remove elements', [ValidateCSSJSONXPATHInput(allow_xpath=False, allow_json=False)])
|
|
|
|
|
global_ignore_text = StringListField('Ignore Text', [ValidateListRegex()])
|
|
|
|
|
ignore_whitespace = BooleanField('Ignore whitespace')
|
|
|
|
|
real_browser_save_screenshot = BooleanField('Save last screenshot when using Chrome?')
|
|
|
|
|
removepassword_button = SubmitField('Remove password', render_kw={"class": "pure-button pure-button-primary"})
|
|
|
|
|
empty_pages_are_a_change = BooleanField('Treat empty pages as a change?', default=False)
|
|
|
|
|
render_anchor_tag_content = BooleanField('Render anchor tag content', default=False)
|
|
|
|
|