diff config.urllog.example @ 304:f1589fe20732

urllog: Added urllog_extra_strict option.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 27 Jan 2015 08:40:17 +0200
parents a55beb347bad
children 930a13c20d6c
line wrap: on
line diff
--- a/config.urllog.example	Tue Jan 27 08:39:50 2015 +0200
+++ b/config.urllog.example	Tue Jan 27 08:40:17 2015 +0200
@@ -33,6 +33,12 @@
 # (You probably want this enabled.)
 set urllog_extra_checks 1
 
+### Set to 1 if you want "strict" extra checking. This will cause
+### ftp URLs not being added, and if TLS support is disabled, https URLs
+### will not be added either. You probably don't want this set.
+set urllog_extra_strict 0
+
+
 ### Check if the TLD (top level domain) looks sane. You might want to disable
 ### this, because lately (as of 2013+) ICANN has allowed addition of loads
 ### and loads of new TLDs which would be impossible to keep list of here ..