Add "ignore_url" parameter to iwla
This commit is contained in:
@@ -38,6 +38,9 @@ pages_extensions = ['/', 'htm', 'html', 'xhtml', 'py', 'pl', 'rb', 'php']
|
||||
# HTTP codes that are considered OK
|
||||
viewed_http_codes = [200, 304]
|
||||
|
||||
# URL to ignore
|
||||
ignore_url = []
|
||||
|
||||
# If False, doesn't cout visitors that doesn't GET a page but resources only (images, rss...)
|
||||
count_hit_only_visitors = False
|
||||
|
||||
@@ -73,3 +76,6 @@ no_referrer_domains = []
|
||||
|
||||
# Domains used by robots
|
||||
robot_domains = []
|
||||
|
||||
# Feeds agent identifier
|
||||
feeds_agents = [r'.*NextCloud-News']
|
||||
|
||||
Reference in New Issue
Block a user