Add "ignore_url" parameter to iwla

This commit is contained in:
Gregory Soutade
2025-02-03 08:04:57 +01:00
parent 7b0ca661a1
commit 9b32a81ddb
2 changed files with 23 additions and 8 deletions
+6
View File
@@ -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']