Add conf_requires.
Load plugins in order
This commit is contained in:
@@ -20,7 +20,10 @@ pre_analysis_hooks = []
|
||||
post_analysis_hooks = []
|
||||
display_hooks = []
|
||||
|
||||
pages_extensions = ['/', 'html', 'xhtml', 'py', 'pl', 'rb', 'php']
|
||||
pages_extensions = ['/', 'htm', 'html', 'xhtml', 'py', 'pl', 'rb', 'php']
|
||||
viewed_http_codes = [200, 304]
|
||||
|
||||
count_hit_only_visitors = True
|
||||
|
||||
multimedia_files = ['png', 'jpg', 'jpeg', 'gif', 'ico',
|
||||
'css', 'js']
|
||||
|
Reference in New Issue
Block a user