Add display only switch (-p)

This commit is contained in:
2016-08-20 13:11:22 +02:00
parent be67d39fb2
commit a76d8e8b69
3 changed files with 17 additions and 2 deletions

View File

@@ -34,7 +34,8 @@ display_hooks = []
# Extensions that are considered as a HTML page (or result) in opposite to hits
pages_extensions = ['/', 'htm', 'html', 'xhtml', 'py', 'pl', 'rb', 'php']
# HTTP codes that are cosidered OK
# HTTP codes that are considered OK
viewed_http_codes = [200, 304]
# If False, doesn't cout visitors that doesn't GET a page but resources only (images, rss...)