Minor update

This commit is contained in:
Miroslav Stampar
2013-01-18 11:00:21 +01:00
parent d1008b45b5
commit bcc907ce09
2 changed files with 5 additions and 1 deletions

View File

@@ -506,6 +506,9 @@ MIN_BINARY_DISK_DUMP_SIZE = 100
# Regular expression used for extracting form tags
FORM_SEARCH_REGEX = r"(?si)<form(?!.+<form).+?</form>"
# Minimum field entry length needed for encoded content (hex, base64,...) check
MIN_ENCODED_LEN_CHECK = 5
# CSS style used in HTML dump format
HTML_DUMP_CSS_STYLE = """<style>
table{